Skip to content

Commit 0ed6232

Browse files
committed
(maint) fix workflow
1 parent 48d1cce commit 0ed6232

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/toc.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
13+
permissions:
14+
# Give the default GITHUB_TOKEN write permission.
15+
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
16+
contents: write
17+
1218
timeout-minutes: 5
1319
steps:
1420
- uses: actions/[email protected]

0 commit comments

Comments
 (0)