Skip to content

Commit

Permalink
Fixed permissions for release pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonChaser committed May 23, 2023
1 parent 66b5816 commit 9e31dbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
branches: [ "master" ]
workflow_dispatch:

permissions: read-all|write-all
permissions:
contents: write

jobs:

Expand Down

0 comments on commit 9e31dbd

Please sign in to comment.