Skip to content

Commit

Permalink
Use the repo content update token to check code out & make commits
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and antifuchs committed Aug 11, 2023
1 parent 7a653a9 commit 546b6e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dispatch_update_sri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.3
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
token: ${{secrets.REPO_CONTENT_UPDATE_TOKEN}}
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Cache install Nix packages
uses: mtoohey31/cache-flake-attrs@v2
Expand All @@ -24,4 +24,3 @@ jobs:
with:
message: "chore: Update SRI hashes"
branch: ${{github.ref_name}}
github_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions tsnsrv.sri
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sha256-1AvQpFoBFMVY1vYutJdVSCry+KLSeRJAeJIA8d9sAZQ=

0 comments on commit 546b6e4

Please sign in to comment.