Skip to content

Commit 484a345

Browse files
committed
Add permissions to the push-dist workflow
Default new github repos don't have write contents permissions on github tokens
1 parent 0edd27f commit 484a345

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

files/.github/workflows/push-dist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
jobs:
1515
push-dist:
1616
name: Push dist
17+
permissions:
18+
contents: write
1719
runs-on: ubuntu-latest
1820
timeout-minutes: 10
1921

0 commit comments

Comments
 (0)