Skip to content

Commit

Permalink
try to use the actions write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Nov 16, 2023
1 parent 99a8528 commit 89713b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/autogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:

jobs:
generate-workflows:
permissions:
actions: write
runs-on: ubuntu-latest
steps:
- name: Run locally
uses: 'DanySK/true-yaml-actions@master'
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
token: ${{ github.token }}

0 comments on commit 89713b4

Please sign in to comment.