mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: run update-flake with PAT to allow workflow runs (#14067)
See the comment in the code.
This commit is contained in:
@@ -129,6 +129,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
# See: https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#commits-made-by-this-action-do-not-trigger-new-workflow-runs
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Setup Go
|
||||
uses: ./.github/actions/setup-go
|
||||
|
||||
Reference in New Issue
Block a user