Skip to content

Commit 2d56a94

Browse files
hc-github-team-consul-coretemppajay-rao
authored
Backport of Addition of permissions to pr workflow into release/1.8.x (#5535)
* no-op commit due to failed cherry-picking * Backport changes --------- Co-authored-by: temp <temp@hashicorp.com> Co-authored-by: P Ajay Rao <pajay.rao@hashicorp.com>
1 parent 5bf93ef commit 2d56a94

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
- main
88
- "release/**"
99

10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
id-token: write
14+
15+
1016
# these should be the only settings that you will ever need to change
1117
env:
1218
BRANCH: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)