We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110da93 commit a5ec2fbCopy full SHA for a5ec2fb
.github/workflows/release.yml
@@ -123,7 +123,7 @@ jobs:
123
args: release --clean --debug ${{ env.PUBLISH == 'false' && '--snapshot' || '' }}
124
workdir: lotus
125
env:
126
- GITHUB_TOKEN: ${{ env.PUBLISH == 'true' && github.token || '' }}
+ GITHUB_TOKEN: ${{ env.PUBLISH == 'true' && secrets.GORELEASER_GITUB_TOKEN || github.token || '' }}
127
GORELEASER_KEY: ${{ env.PUBLISH == 'true' && secrets.GORELEASER_KEY || '' }}
128
- env:
129
INPUTS_REF: ${{ inputs.ref }}
0 commit comments