Skip to content

Commit

Permalink
Define required permissions for pre-release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Dec 26, 2024
1 parent 1aa6e08 commit dce0116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- rc
- snapshot
required: false

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
sleep 10
curl http://localhost:3000
- run: echo "${{ github.ref }}"
- name: Tag a final release
- name: Tag a final release
id: prerelease
uses: actionsdesk/semver@82aa4310e4e21c59cd0020007a4278e733e81dcb
with:
Expand Down

0 comments on commit dce0116

Please sign in to comment.