Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
version-commit-callback-action-path: .github/actions/prepare-release
permissions:
id-token: write
pull-requests: write # required until https://github.com/gardener/cc-utils/pull/1529 is merged

oci-images:
name: Build OCI-Images
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/non-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
contents: read
packages: write
id-token: write
pull-requests: write

component-descriptor:
if: ${{ github.event_name != 'pull_request_target' || (github.event_name == 'pull_request_target' && github.event.label.name == vars.DEFAULT_LABEL_OK_TO_TEST && vars.DEFAULT_LABEL_OK_TO_TEST != '') }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
contents: read
packages: write
id-token: write
pull-requests: write
with:
mode: release
release-version: ${{ inputs.release-version }}
Expand Down
Loading