Skip to content

Commit

Permalink
Run actions/checkout with workflow-enabled token
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube authored Oct 17, 2023
1 parent 467e7a9 commit 3d875bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.WOKFLOW_TOKEN }}
- name: Run update.sh script
run: ./update.sh
- name: Commit files
Expand Down

0 comments on commit 3d875bd

Please sign in to comment.