mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Use GitHub token in GoReleaser workflow (#12303)
This commit is contained in:
parent
55387eb189
commit
b5994e7cb9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/goreleaser-fleet.yaml
vendored
2
.github/workflows/goreleaser-fleet.yaml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
args: release --rm-dist -f .goreleaser.yml
|
||||
env:
|
||||
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.FLEET_RELEASE_GITHUB_PAT }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get tag
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue