Skip to content

Commit

Permalink
adding permissions to GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Castro committed Apr 11, 2024
1 parent 137743a commit 341d7db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:
pull_request:
branches:
- main

permissions:
contents: write
id-token: write
pages: write
env:
# HOME required by Setup Git and Setup Go Steps
HOME: ${{ github.workspace }}
Expand Down

0 comments on commit 341d7db

Please sign in to comment.