We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af7260 commit 49a960eCopy full SHA for 49a960e
.github/workflows/digger-plan.yml
@@ -12,6 +12,12 @@ on:
12
jobs:
13
plan:
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ contents: write # required to merge PRs
17
+ id-token: write # required for workload-identity-federation
18
+ pull-requests: write # required to post PR comments
19
+ statuses: write # required to validate combined PR status
20
+
21
steps:
22
- uses: actions/checkout@v4
23
# Unlike GCP; the role assumption is handled inline
@@ -31,3 +37,4 @@ jobs:
31
37
env:
32
38
GITHUB_CONTEXT: ${{ toJson(github) }}
33
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
0 commit comments