Skip to content

Commit

Permalink
CDD-2442 Add checkout before mask secrets action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianAMartin committed Feb 27, 2025
1 parent a10bb4e commit df28a70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
public_env: ${{ steps.set_env.outputs.PUBLIC_ENV }}
auth_env: ${{ steps.set_env.outputs.AUTH_ENV }}
steps:
- uses: ./.github/actions/mask-secrets
- uses: actions/checkout@v4
- uses: ./.github/actions/mask-secrets
with:
ref: ${{ github.base_ref }}

Expand Down Expand Up @@ -159,8 +159,8 @@ jobs:
pull-requests: write

steps:
- uses: ./.github/actions/mask-secrets
- uses: actions/checkout@v4
- uses: ./.github/actions/mask-secrets

- name: Test ${{ matrix.function }}
uses: ./.github/actions/npm-test
Expand All @@ -178,6 +178,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/mask-secrets

- name: Download test coverage
Expand Down

0 comments on commit df28a70

Please sign in to comment.