Skip to content

Commit

Permalink
auto updater
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Oct 3, 2024
1 parent f451eb5 commit 3b56b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,4 @@ jobs:
git push origin $BRANCH_NAME
gh pr create --title "Flake update" --body "$(cat all-diffs)" --base master --head "$BRANCH_NAME"
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit 3b56b9a

Please sign in to comment.