Skip to content

Commit 3bcf7f1

Browse files
authored
Adjust required permissions for upgrade-dependencies.yaml workflow (gardener#309)
The `pull-request: write` permission is (and was) actually not required for this workflow. Instead, `id-token: write` will be required in the future because of a (yet) missing OIDC usage within the workflow.
1 parent 85ab9b7 commit 3bcf7f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upgrade-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
secrets: inherit
1111
permissions:
1212
contents: write
13-
pull-requests: write
13+
id-token: write

0 commit comments

Comments
 (0)