8000 fix: run update-flake with PAT to allow workflow runs by kylecarbs · Pull Request #14067 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

fix: run update-flake with PAT to allow workflow runs #14067

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: run update-flake with PAT to allow workflow runs
See the comment in the code.
  • Loading branch information
kylecarbs committed Jul 31, 2024
commit 941c920f585b18e378e6fdc87d099695d7d66af2
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
0