Skip to content
Open
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,9 +16,9 @@ jobs:
uses: gardener/cc-utils/.github/workflows/prepare.yaml@master
with:
mode: ${{ inputs.mode }}
version-commit-callback-action-path:
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
4 changes: 2 additions & 2 deletions .github/workflows/non-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
mode: snapshot
secrets: inherit
permissions:
contents: write
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 != '') }}
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
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: 'mcm-maintainers,gardener-extension-provider-openstack-maintainers'
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ on:
jobs:
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
permissions:
contents: write
contents: read
id-token: write
packages: write
pull-requests: write
with:
mode: release

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upgrade-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
jobs:
upgrade-pullrequests:
uses: gardener/cc-utils/.github/workflows/upgrade-dependencies.yaml@master
secrets: inherit
permissions:
contents: write
contents: read
id-token: write
Loading