ci: pass release secret to goreleaser (#1181)

This commit is contained in:
Travis Groth 2020-07-31 15:35:37 -04:00 committed by GitHub
parent f1934969fb
commit c8d3baccff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ jobs:
args: release --config .github/goreleaser.yaml args: release --config .github/goreleaser.yaml
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPARITOR_GITHUB_TOKEN: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
- name: Get tag name - name: Get tag name
id: tagName id: tagName