diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-10-26 17:17:06 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-10-26 17:17:06 +0800 |
commit | a0625fc7070efbca360176aef1a522d2290da086 (patch) | |
tree | cac340a603a28182f98b7acc7e21b9386ba9026b | |
parent | 12e1ad81f8e791b911520343540dfa39bcfc6ef2 (diff) |
remove superfluous line in release.yml
The token is already passed in 'with: '
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b4fd30..5ecd2b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,8 +38,6 @@ jobs: - name: Create GitHub release id: release uses: ncipollo/release-action@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag: ${{ env.ARTIFACT_VERSION }} name: ${{ env.ARTIFACT_VERSION }} |