Skip to content

Commit

Permalink
use real token for fetching packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurdro committed Dec 17, 2024
1 parent 29946d3 commit f503557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: fetch and upload our built envoy (darwin)
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN}}
GH_TOKEN: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
run: |
gh release download -R pomerium/envoy-build ${{ steps.tagName.outputs.tag }}
gh release upload ${{ steps.tagName.outputs.tag }} envoy-darwin-* --clobber

0 comments on commit f503557

Please sign in to comment.