Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Dec 2, 2024
1 parent a374c78 commit 33dad57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
$CARGO_REGISTRY_TOKEN = (jq -r '.inputs["cargo-registry-token"]' $env:GITHUB_EVENT_PATH)
Write-Output "::add-mask::$CARGO_REGISTRY_TOKEN"
Write-Output "CARGO_REGISTRY_TOKEN=$CARGO_REGISTRY_TOKEN" >> $env:GITHUB_ENV
- name: Test secret mask
run: echo "this is not the secret you fool ${{ env.CARGO_REGISTRY_TOKEN}} "
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 33dad57

Please sign in to comment.