mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-04 02:18:42 +02:00
ci: pass release secret to goreleaser (#1181)
This commit is contained in:
parent
f1934969fb
commit
c8d3baccff
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
|||
args: release --config .github/goreleaser.yaml
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
APPARITOR_GITHUB_TOKEN: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
|
||||
|
||||
- name: Get tag name
|
||||
id: tagName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue