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
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: gardener/cc-utils/.github/workflows/prepare.yaml@master
with:
mode: ${{ inputs.mode }}
version-commit-callback-action-path:
post-process: callback
permissions:
contents: read
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
3 changes: 1 addition & 2 deletions .github/workflows/non-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mode: snapshot
secrets: inherit
permissions:
contents: write
contents: read
packages: write
id-token: write
pull-requests: write
Expand All @@ -29,7 +29,6 @@ jobs:
uses: gardener/cc-utils/.github/workflows/post-build.yaml@master
needs:
- build
secrets: inherit
permissions:
id-token: write
contents: write
3 changes: 1 addition & 2 deletions .github/workflows/pullrequest-trust-helper.yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
jobs:
pullrequest-trusted-helper:
permissions:
pull-requests: write
secrets: inherit # access to `GitHub-Actions`-App is needed to read teams
id-token: write
uses: gardener/cc-utils/.github/workflows/pullrequest-trust-helper.yaml@master
with:
trusted-teams: 'test-infra-maintainers'
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ on:
jobs:
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
permissions:
contents: write
contents: read
id-token: write
packages: write
pull-requests: write # required to remove labels
Expand All @@ -24,13 +25,10 @@ jobs:
uses: gardener/cc-utils/.github/workflows/release.yaml@master
needs:
- build
secrets: inherit
permissions:
contents: write
id-token: write
packages: write
with:
release-commit-target: branch
next-version: ${{ inputs.next-version }}
next-version-callback-action-path:
slack-channel-id:
Loading