Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Dec 2, 2024
1 parent e4b0996 commit d85f078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
steps:
- name: Mask secrets
run: |
CARGO_REGISTRY_TOKEN=$(jq -r '.inputs.cargo-registry-token' $GITHUB_EVENT_PATH)
$CARGO_REGISTRY_TOKEN=$(jq -r '.inputs.cargo-registry-token' $GITHUB_EVENT_PATH)
echo ::add-mask::$CARGO_REGISTRY_TOKEN
echo CARGO_REGISTRY_TOKEN=$CARGO_REGISTRY_TOKEN >> $GITHUB_ENV
echo $CARGO_REGISTRY_TOKEN=$CARGO_REGISTRY_TOKEN >> $GITHUB_ENV
- name: Test secret mask
run: echo "this is not the secret you fool ${{ env.CARGO_REGISTRY_TOKEN}} "
- name: Checkout repository
Expand Down

0 comments on commit d85f078

Please sign in to comment.