Skip to content

Commit 55dcd71

Browse files
committed
Use ephemeral github token for build.
1 parent 261d77e commit 55dcd71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/scripts/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ echo "--- Caching GPG passphrase"
1212
echo "$GPG_PASSPHRASE_SECRET" | gpg --armor --detach-sign --passphrase-fd 0 --pinentry-mode loopback
1313

1414
echo "--- Release the binaries"
15+
export GITHUB_TOKEN="${VAULT_GITHUB_TOKEN}"
1516
make release

0 commit comments

Comments
 (0)