Skip to content

Commit ea1396f

Browse files
authored
Merge pull request #30 from BitGo/BTC-2730-2
fix(ci): grant write permissions for contents in publish workflow
2 parents 296525a + 49c2a86 commit ea1396f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment: publish
1616
permissions:
1717
id-token: write
18-
contents: read
18+
contents: write
1919

2020
steps:
2121
- name: Checkout repository

0 commit comments

Comments
 (0)