Skip to content

Commit

Permalink
Merge pull request #2409 from rosenrusinov/master
Browse files Browse the repository at this point in the history
Add permissions for action
  • Loading branch information
rosenrusinov authored Jan 15, 2023
2 parents d158e30 + d0171ba commit 0409542
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scheduled_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
schedule:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -44,4 +45,4 @@ jobs:
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Release
inputs: '{ "ref": "master", "tag": ${{ steps.semvers.outputs.v_patch }} }'
inputs: '{ "ref": "master", "tag": "${{ steps.semvers.outputs.v_patch }}" }'

0 comments on commit 0409542

Please sign in to comment.