Skip to content

Commit f7e10da

Browse files
committed
switch up whick token to use
1 parent f45fe5a commit f7e10da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: check token
2525
run: gh auth status
2626
env:
27-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
GH_TOKEN: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
2828

2929
- name: see repos
3030
run: gh repo list pomerium --no-archived --source --visibility=private
3131
env:
32-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
GH_TOKEN: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
3333

3434
- name: Set up QEMU
3535
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: fetch and upload envoy (linux)
4747
env:
48-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
GH_TOKEN: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
4949
run: |
5050
./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} linux amd64
5151
./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} linux arm64

0 commit comments

Comments
 (0)