Skip to content

Commit

Permalink
ci: use github.token instead of secret
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Dec 29, 2023
1 parent 8cc9be6 commit 25bce7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release-with-artifacts/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
prerelease_tag: nightly
gh-publish: true
gh-draft-release: ${{ !inputs.is-prerelease }}
gh-token: ${{ secrets.GITHUB_TOKEN }}
gh-token: ${{ github.token }}
gh-assets: |
[
{
Expand Down

0 comments on commit 25bce7d

Please sign in to comment.