Skip to content

Commit dc3fbf0

Browse files
committed
Try to fix CI (#1018): grant write permissions to workflow token
1 parent ac35a98 commit dc3fbf0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI
22

33
on: push
44

5+
permissions:
6+
contents: write
7+
58
jobs:
69
run:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)