diff --git a/.github/workflows/sync-build-deploy.yml b/.github/workflows/sync-build-deploy.yml index 47614f76..71490e79 100644 --- a/.github/workflows/sync-build-deploy.yml +++ b/.github/workflows/sync-build-deploy.yml @@ -8,8 +8,11 @@ on: # - cron: '31 18 * * *' jobs: - build-and-deploy: + sync-build-and-deploy: 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: - uses: actions/checkout@v4