Skip to content

Commit cbf2789

Browse files
EtiennePerotgvisor-bot
authored andcommitted
Remove environment hook from BuildKite hooks directory.
Such hooks can only be configured on the agent filesystem, not in the repo. PiperOrigin-RevId: 770417860
1 parent 8f2903a commit cbf2789

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.buildkite/hooks/environment

Lines changed: 0 additions & 13 deletions
This file was deleted.

.buildkite/pgo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
git checkout -b "$pgo_branch_name" &&
3434
git add runsc/profiles &&
3535
git status &&
36-
gh auth login &&
36+
gh auth login --with-token < "$HOME/.github-token" &&
3737
gh auth setup-git &&
3838
export GIT_AUTHOR_NAME=gvisor-bot &&
3939
export GIT_AUTHOR_EMAIL=gvisor-bot@google.com &&

0 commit comments

Comments
 (0)