Skip to content

Commit 681609d

Browse files
committed
Try to get permissions to run workflow
1 parent 8ab9075 commit 681609d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pre-release_on-push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: write
10+
actions: write
11+
12+
813
jobs:
914
build:
1015
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)