Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
tag:
permissions:
# create tag
contents: write
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -39,7 +40,11 @@ jobs:
fi
release:
permissions:
# create release
contents: write
# push docker images to regsitry
packages: write
# use OIDC token for signing
id-token: write
needs: tag
if: needs.tag.outputs.new-tag == 'true'
Expand Down