Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Oct 2, 2024
1 parent 00c4c07 commit c52ca90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c52ca90

Please sign in to comment.