Skip to content

Commit 4e28240

Browse files
committed
Update perms for lockfiles
1 parent 8230f2b commit 4e28240

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/manual-update-lockfiles.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
type: boolean
1717
default: false
1818

19+
permissions:
20+
id-token: write
21+
1922
concurrency:
2023
group: ${{ github.workflow }}-${{ inputs.base_branch }}
2124
cancel-in-progress: true

.github/workflows/prod-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ on:
1717
required: true
1818
type: string
1919

20+
permissions:
21+
actions: read
22+
contents: read
23+
id-token: write
24+
pull-requests: read
25+
2026
jobs:
2127
smithy-rs-prod-release:
2228
name: Prod release

0 commit comments

Comments
 (0)