Skip to content

Commit

Permalink
Fix package permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Dec 21, 2023
1 parent 538e8a9 commit 664b4bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ env:
BUILD_INFO: "Build:stable / Workflow:${{ github.workflow }} / RunId:${{ github.run_id }} / Ref:${{ github.ref }} / SHA:${{ github.sha }} / ImageTag:${{ github.event.release.tag_name }}"
IMAGE_TAG: ${{ github.event.release.tag_name }}

permissions:
contents: read
packages: write

jobs:
release-images:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 664b4bd

Please sign in to comment.