Skip to content

Commit

Permalink
Replace GITHUB_API_TOKEN -> GITHUB_TOKEN
Browse files Browse the repository at this point in the history
Replace GITHUB_API_TOKEN -> GITHUB_TOKEN
  • Loading branch information
ruzickap committed Jan 10, 2020
1 parent a9f3579 commit ce81dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/part-08/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ metadata:
name: webhook-secret
namespace: getting-started
stringData:
token: ${GITHUB_API_TOKEN}
token: ${GITHUB_TOKEN}
secret: random-string-data
EOF
```
Expand Down
2 changes: 1 addition & 1 deletion run-k8s-full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export DEMO_PROMPT="${GREEN}➜ ${CYAN}$ "
### Please run these commands before running the script

# SSH agent needs to be enabled
# docker run -it --rm -e USER -e GITHUB_API_TOKEN -e SSH_AUTH_SOCK -v $PWD:/mnt -v $HOME/.aws:/root/.aws -v $HOME/.config/hub:/root/.config/hub:ro ubuntu
# docker run -it --rm -e USER -e GITHUB_TOKEN -e SSH_AUTH_SOCK -v $PWD:/mnt -v $HOME/.aws:/root/.aws -v $HOME/.config/hub:/root/.config/hub:ro ubuntu
# echo $(hostname -I) $(hostname) >> /etc/hosts
# apt-get update -qq && apt-get install -qq -y curl git pv > /dev/null
# cd /mnt
Expand Down

0 comments on commit ce81dc1

Please sign in to comment.