Skip to content

Commit

Permalink
WIP: ok test?
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Nov 18, 2023
1 parent 6366394 commit 10bfc7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions github-vault-auth
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ set -o nounset
set -o noglob
set -o pipefail

if [ -z "$ACTIONS_ID_TOKEN_REQUEST_TOKEN" ]; then
echo "BURP"
exit 33
fi


github_response=$(mktemp)
vault_response=$(mktemp)
trap 'rm "$github_response" "$vault_response"' EXIT
Expand Down

0 comments on commit 10bfc7d

Please sign in to comment.