Skip to content

Commit

Permalink
chore: Apply masking (#3234)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki authored Nov 28, 2024
1 parent 57c0c2c commit c209a8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
go-version-file: ./go.mod
cache: false

- name: Apply masking
run: |
while IFS= read -r line || [[ -n $line ]]; do
echo "::add-mask::$line"
done < <(printf '%s' "$SF_TF_GH_MASKING")
env:
SF_TF_GH_MASKING: ${{ secrets.SF_TF_GH_MASKING }}

- name: Install dependencies
run: make dev-setup

Expand Down

0 comments on commit c209a8a

Please sign in to comment.