Skip to content

Commit

Permalink
Add github token to docker env (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
jradtilbrook authored Apr 30, 2024
1 parent 060ff93 commit 73a628c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ services:
working_dir: /go/src/github.com/buildkite/cli
volumes:
- ..:/go/src/github.com/buildkite/cli
environment:
- GITHUB_TOKEN
command:
- release
- --clean

0 comments on commit 73a628c

Please sign in to comment.