Skip to content

Commit 5bb49e3

Browse files
authored
Fix permissions in deployment workflow (#26)
1 parent c3862d1 commit 5bb49e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ on:
2727

2828
permissions:
2929
contents: read
30+
deployments: write
3031

3132
concurrency:
3233
group: cf-${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
contents: read
10+
deployments: write
1011

1112
jobs:
1213
tests:

0 commit comments

Comments
 (0)