Skip to content

Commit f7cc528

Browse files
committed
Restore required permission for the release job
1 parent 6bab2e7 commit f7cc528

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ jobs:
268268
if: ${{ github.ref == 'refs/heads/master' }}
269269
needs: [rustfmt, test, bench, dist]
270270

271+
permissions:
272+
contents: write # for creating the dev tag and release
273+
271274
concurrency:
272275
group: release-dev
273276
cancel-in-progress: true

0 commit comments

Comments
 (0)