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
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
prepare:
uses: gardener/cc-utils/.github/workflows/prepare.yaml@master
permissions:
contents: read
id-token: write
with:
mode: ${{ inputs.mode }}

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/non-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
jobs:
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
permissions:
contents: read
packages: write
Expand All @@ -18,7 +17,6 @@ jobs:
uses: gardener/cc-utils/.github/workflows/post-build.yaml@master
needs:
- build
secrets: inherit
permissions:
contents: write
id-token: write
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
permissions:
contents: read
packages: write
Expand All @@ -23,7 +22,6 @@ jobs:
uses: gardener/cc-utils/.github/workflows/release.yaml@master
needs:
- build
secrets: inherit
permissions:
contents: write
packages: write
Expand Down
Loading