Skip to content

Commit

Permalink
Release token
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Dec 13, 2024
1 parent e05b094 commit 4b30af5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
release_name: "Release ${{ github.ref_name }}"
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

- name: Upload Tarball to Release
uses: actions/upload-release-asset@v1
Expand All @@ -106,3 +108,5 @@ jobs:
asset_path: /tmp/code.tar.gz
asset_name: code-${{ github.ref_name }}.tar.gz
asset_content_type: application/gzip
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit 4b30af5

Please sign in to comment.