Skip to content

Commit

Permalink
More package permissions pain
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Dec 21, 2023
1 parent 664b4bd commit 966a994
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
pull_request:
branches: [main]

permissions:
contents: read
packages: write

env:
VERSION: 0.8.5
BUILD_INFO: "Build:development / Workflow:${{ github.workflow }} / RunId:${{ github.run_id }} / Ref:${{ github.ref }} / SHA:${{ github.sha }} / ImageTag:${{ github.run_id }}"
Expand Down

0 comments on commit 966a994

Please sign in to comment.