Skip to content

Commit 169f3bc

Browse files
committed
Use GH_TOKEN
Signed-off-by: Dhi Aurrahman <[email protected]>
1 parent 25be3d5 commit 169f3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: "Check Envoy releases"
2727
run: ./bin/check_releases.sh envoyproxy/envoy tetratelabs/archive-envoy
2828
env: # Set the gh's GH_TOKEN. See: https://cli.github.com/manual/gh_help_environment.
29-
GH_TOKEN: ${{ secrets.PACKAGE_BUMP_TOKEN }}
29+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)