Skip to content

Commit

Permalink
Update token
Browse files Browse the repository at this point in the history
  • Loading branch information
luyanci authored Dec 9, 2024
1 parent 814beb1 commit 777a922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
with:
token: ${{ secrets.WORKFLOW_SECRET }}
token: ${{ secrets.GH_TOKEN }}
- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.8.1
with:
token: ${{ secrets.WORKFLOW_SECRET }}
token: ${{ secrets.GH_TOKEN }}
ignore: 'dtolnay/rust-toolchain@stable'

0 comments on commit 777a922

Please sign in to comment.