Skip to content

Commit

Permalink
chore: update rust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Oct 26, 2024
1 parent eff46cb commit 63f97d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
security-events: write
contents: read
id-token: write
uses: notdodo/github-actions/.github/workflows/[email protected].1
uses: notdodo/github-actions/.github/workflows/[email protected].2
with:
working-directory: ./app/bot
deploy-lambda: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetcher-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
security-events: write
contents: read
id-token: write
uses: notdodo/github-actions/.github/workflows/[email protected].1
uses: notdodo/github-actions/.github/workflows/[email protected].2
with:
working-directory: ./app/fetcher
deploy-lambda: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
actions: read
security-events: write
contents: read
uses: notdodo/github-actions/.github/workflows/[email protected].1
uses: notdodo/github-actions/.github/workflows/[email protected].2
with:
working-directory: ./app/fetcher

Expand All @@ -24,6 +24,6 @@ jobs:
actions: read
security-events: write
contents: read
uses: notdodo/github-actions/.github/workflows/[email protected].1
uses: notdodo/github-actions/.github/workflows/[email protected].2
with:
working-directory: ./app/bot

0 comments on commit 63f97d0

Please sign in to comment.