Skip to content

Commit

Permalink
./mytoken instead of mytoken
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Sep 19, 2024
1 parent ac11f6d commit b5f6266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# add PWD to the PATH
echo "$PWD" >> "$GITHUB_PATH"
# add OIDC access token to ENV
OIDC_TOKEN=$(mytoken AT --MT-env MYTOKEN)
OIDC_TOKEN=$(./mytoken AT --MT-env MYTOKEN)
echo "::add-mask::$OIDC_TOKEN"
echo "OIDC_TOKEN=$OIDC_TOKEN" >> "$GITHUB_ENV"
- name: Configure providers access
Expand Down

0 comments on commit b5f6266

Please sign in to comment.