Skip to content

Commit 8efd523

Browse files
authored
Fix GitHub Actions 403 on push
1 parent 11e3266 commit 8efd523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/poll_and_publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
id-token: write
14+
contents: write
1415
steps:
1516
- name: Checkout repository
1617
uses: actions/checkout@v3

0 commit comments

Comments
 (0)