Skip to content

Commit 829dc0e

Browse files
authored
Merge pull request #217 from umihico/2024-02-17T2222/fix
Fix CI permissions
2 parents c8bac83 + c63a4b0 commit 829dc0e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/auto-update.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
- feat/github-actions
99
- main
1010

11+
permissions:
12+
id-token: write
13+
contents: write
14+
pull-requests: write
15+
1116
concurrency:
1217
group: deploy-prod-stack
1318

.github/workflows/demo-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- feat/github-actions**
1010

11+
permissions:
12+
id-token: write
13+
contents: read
14+
1115
concurrency:
1216
group: deploy-prod-stack
1317

0 commit comments

Comments
 (0)