Skip to content

Commit

Permalink
Merge pull request #217 from umihico/2024-02-17T2222/fix
Browse files Browse the repository at this point in the history
Fix CI permissions
  • Loading branch information
umihico authored Feb 17, 2024
2 parents c8bac83 + c63a4b0 commit 829dc0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
- feat/github-actions
- main

permissions:
id-token: write
contents: write
pull-requests: write

concurrency:
group: deploy-prod-stack

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/demo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches:
- feat/github-actions**

permissions:
id-token: write
contents: read

concurrency:
group: deploy-prod-stack

Expand Down

0 comments on commit 829dc0e

Please sign in to comment.