Skip to content

Commit f503557

Browse files
committed
use real token for fetching packages
1 parent 29946d3 commit f503557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: fetch and upload our built envoy (darwin)
4444
env:
45-
GH_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)