Skip to content

Commit 49a960e

Browse files
author
Dobroslav Slavenskoj
committed
quick plan update
1 parent 4af7260 commit 49a960e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/digger-plan.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ on:
1212
jobs:
1313
plan:
1414
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+
1521
steps:
1622
- uses: actions/checkout@v4
1723
# Unlike GCP; the role assumption is handled inline
@@ -31,3 +37,4 @@ jobs:
3137
env:
3238
GITHUB_CONTEXT: ${{ toJson(github) }}
3339
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+

0 commit comments

Comments
 (0)