Skip to content

Commit 6f86b08

Browse files
authored
Update permissions for actions (dotnet#40676)
Update the permissions for the actions that need updated permissions.
1 parent 91ed988 commit 6f86b08

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/quest-bulk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
issues: write
17+
pull-requests: write
18+
id-token: write
1719
if: ${{ github.repository_owner == 'dotnet' }}
1820
steps:
1921
- name: "Print manual bulk import run reason"

.github/workflows/quest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
permissions:
2323
issues: write
2424
pull-requests: write
25+
id-token: write
2526

2627
steps:
2728
- name: "Print manual run reason"

.github/workflows/whats-new.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
permissions:
1717
contents: write
18+
id-token: write
1819
pull-requests: write
1920

2021
steps:

0 commit comments

Comments
 (0)