Skip to content

Commit

Permalink
fix(.github): fix permission issue with add write-all permission for …
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
MSevey committed Sep 30, 2022
1 parent 444e596 commit f6d2c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
needs: changes
runs-on: ubuntu-latest
if: ${{ (needs.changes.outputs.updates == 'true' && github.event_name == 'schedule') || github.event_name == 'workflow_dispatch' }}
permissions: "write-all"
steps:
- uses: actions/checkout@v3
- name: Version Release
Expand Down

0 comments on commit f6d2c10

Please sign in to comment.