Skip to content

Commit 844fb58

Browse files
Copilotckenst
andcommitted
Add explicit permissions to GitHub Action workflow
Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com>
1 parent 7fffa75 commit 844fb58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sync-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
jobs:
1313
sync-version:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: write
1517
steps:
1618
- name: Checkout
1719
uses: actions/checkout@v4

0 commit comments

Comments
 (0)