Skip to content

Commit f0ad19f

Browse files
authored
Add missing contents: write permission to deploy workflow (#38)
1 parent 4f5f642 commit f0ad19f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ on:
2323
jobs:
2424
deploy:
2525
runs-on: ubuntu-24.04
26+
permissions:
27+
contents: write
2628
concurrency:
2729
group: ${{ github.workflow }}-${{ github.ref }}
2830
steps:

0 commit comments

Comments
 (0)