Skip to content

Commit 74b80ff

Browse files
committed
fix: restore github-tag-action token input
Use github_token for mathieudutour/github-tag-action while keeping the release-action on token so manual releases still publish with the GitHub App installation token.
1 parent 08bc6f3 commit 74b80ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4141
with:
4242
fetch-depth: "0"
43+
github_token: "${{ steps.release_app_token.outputs.token }}"
4344
persist-credentials: "true"
44-
token: "${{ steps.release_app_token.outputs.token }}"
4545
- id: mise_setup
4646
name: Setup mise
4747
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db

cinzel/steps.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ step "checkout_release_with_credentials" {
5656
}
5757

5858
with {
59-
name = "token"
59+
name = "github_token"
6060
value = "$${{ steps.release_app_token.outputs.token }}"
6161
}
6262
}

0 commit comments

Comments
 (0)