Skip to content

Commit 4094ec0

Browse files
committed
fix permission issue
1 parent b72f588 commit 4094ec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/runway_ios_rc_workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ on:
2323
type: string
2424

2525
permissions:
26-
contents: read
26+
contents: write # required by build.yml (update-build-version job)
2727
pull-requests: read
2828
actions: write
29+
id-token: write # required by build.yml
2930

3031
jobs:
3132
decide:

0 commit comments

Comments
 (0)