Skip to content

Commit

Permalink
feat: updating permissiosns and vars
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Nov 14, 2024
1 parent 15978fe commit 45ac686
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ on:
permissions:
contents: write
deployments: write
packages: write
pages: write

env:
GOPRIVATE: go.devnw.com
GOPRIVATE: ${{ vars.GOPRIVATE }}
GH_ACCESS_TOKEN: ${{ secrets.GH_PAT }}
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
Expand Down

0 comments on commit 45ac686

Please sign in to comment.