grant the write permission

This commit is contained in:
Yuhao Zhou
2024-08-22 20:31:51 +08:00
parent 10657117f8
commit eb3f97924e

View File

@@ -9,6 +9,10 @@ jobs:
build-and-run:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4