Skip to content

Commit

Permalink
add release hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mtphil committed May 15, 2022
1 parent 3856c46 commit 99d4e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plan:
apply:
terraform apply -lock=false -auto-approve -input=false -var-file="terraform.tfvars"
terraform output kubeconfig | tr -d '"' | base64 -d > lke-cluster-config.yaml
generate_github_token:
generate_new_vault_token_for_github:
vault token create -policy=github_actions_reader -format json -namespace admin/yoyodynecorp | jq -r ".auth.client_token"
list_releases:
curl -u mtphil:${GH_TOKEN} -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/mtphil/linode-k8s-cluster/releases
Expand Down

0 comments on commit 99d4e64

Please sign in to comment.