Skip to content

Commit 53f06c5

Browse files
fix: add write permissions to github actions workflows
1 parent bc9b5af commit 53f06c5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/auto-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
version-bump:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1416
steps:
1517
- uses: actions/checkout@v4
1618
with:

.github/workflows/update-stack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
scan:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: write
911
steps:
1012
- uses: actions/checkout@v3
1113
- run: npm install

0 commit comments

Comments
 (0)