mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 18:46:41 +01:00
restore original release token
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
3ba67a6bcc
commit
1bf1e643eb
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -126,7 +126,7 @@ jobs:
|
|||||||
- name: Build & publish release artifacts
|
- name: Build & publish release artifacts
|
||||||
run: make release
|
run: make release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.TEMP_RELEASE_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.ANCHORE_GIT_READ_TOKEN }}
|
||||||
GPG_PRIVATE_KEY: ${{ secrets.SIGNING_GPG_PRIVATE_KEY }}
|
GPG_PRIVATE_KEY: ${{ secrets.SIGNING_GPG_PRIVATE_KEY }}
|
||||||
PASSPHRASE: ${{ secrets.SIGNING_GPG_PASSPHRASE }}
|
PASSPHRASE: ${{ secrets.SIGNING_GPG_PASSPHRASE }}
|
||||||
SIGNING_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
SIGNING_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user