Skip to content

Commit

Permalink
FIX Give necessary permissions to dispatch patch release (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 7, 2024
1 parent 105f8d8 commit d497ac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/action-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
runs-on: ubuntu-latest
needs: ci
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
permissions:
actions: write
env:
GITHUB_REPOSITORY: ${{ github.repository }}
BRANCH: ${{ needs.ci.outputs.branch }}
Expand Down

0 comments on commit d497ac4

Please sign in to comment.