Skip to content

Commit 7f9413f

Browse files
authored
Merge pull request #64 from pomerium/fix-token
Use apparator's token to fetch release artifacts
2 parents b81f7dd + f503557 commit 7f9413f

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.APPARITOR_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)