Skip to content

Commit 29946d3

Browse files
committed
use github token as GH_TOKEN
1 parent b81f7dd commit 29946d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
3535
- name: fetch and upload envoy (linux)
3636
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
run: |
3939
./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} linux amd64
4040
./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} linux arm64
4141
gh release upload ${{ steps.tagName.outputs.tag }} bin/envoy-linux-* --clobber
4242
4343
- name: fetch and upload our built envoy (darwin)
4444
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
45+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN}}
4646
run: |
4747
gh release download -R pomerium/envoy-build ${{ steps.tagName.outputs.tag }}
4848
gh release upload ${{ steps.tagName.outputs.tag }} envoy-darwin-* --clobber

0 commit comments

Comments
 (0)