Skip to content

Commit 3b0c202

Browse files
authored
Add permissions to example workflow
Closes #198.
1 parent 066ffc2 commit 3b0c202

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ on:
1818
branches:
1919
- main
2020

21+
permissions:
22+
contents: write
23+
2124
jobs:
2225
sync-branch:
2326
name: Update test branch
2427
runs-on: ubuntu-latest
2528
steps:
2629
- name: Checkout repository
27-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
2831

2932
- uses: connor-baer/action-sync-branch@v2
3033
with:

0 commit comments

Comments
 (0)