Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 528783e
_commit: 5fa8d23
_src_path: gh:hugoh/go-tools
codecov_components:
- id: backends_git
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ permissions: {}

jobs:
hk:
uses: hugoh/go-tools/.github/workflows/go-hk.yml@528783e852e2e696f210acc4441b4c5983d396b0
uses: hugoh/go-tools/.github/workflows/go-hk.yml@5fa8d238ac1723b18ede32c5dfe03a6ae21e20f2
permissions:
contents: read

goci:
uses: hugoh/go-tools/.github/workflows/go-ci.yml@528783e852e2e696f210acc4441b4c5983d396b0
uses: hugoh/go-tools/.github/workflows/go-ci.yml@5fa8d238ac1723b18ede32c5dfe03a6ae21e20f2
permissions:
contents: read
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}

release:
needs: [hk, goci]
uses: hugoh/go-tools/.github/workflows/go-release.yml@528783e852e2e696f210acc4441b4c5983d396b0
uses: hugoh/go-tools/.github/workflows/go-release.yml@5fa8d238ac1723b18ede32c5dfe03a6ae21e20f2
permissions:
contents: write
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/template-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permissions: {}

jobs:
update:
uses: hugoh/go-tools/.github/workflows/go-template-update.yml@528783e852e2e696f210acc4441b4c5983d396b0
uses: hugoh/go-tools/.github/workflows/go-template-update.yml@5fa8d238ac1723b18ede32c5dfe03a6ae21e20f2
permissions:
contents: write
pull-requests: write
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
gh_token: ${{ secrets.TEMPLATE_UPDATE_TOKEN }}
Loading