We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29946d3 commit f503557Copy full SHA for f503557
.github/workflows/release.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: fetch and upload our built envoy (darwin)
44
env:
45
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN}}
+ GH_TOKEN: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
46
run: |
47
gh release download -R pomerium/envoy-build ${{ steps.tagName.outputs.tag }}
48
gh release upload ${{ steps.tagName.outputs.tag }} envoy-darwin-* --clobber
0 commit comments