diff --git a/.github/workflows/cleanup-preview.yml b/.github/workflows/cleanup-preview.yml index 2e6b8c253..039f8bca5 100644 --- a/.github/workflows/cleanup-preview.yml +++ b/.github/workflows/cleanup-preview.yml @@ -30,6 +30,7 @@ jobs: - name: Mask sensitive values in logs run: | + echo adding masks echo "::add-mask::${{ steps.auth.outputs.credentials_file_path }}" echo "::add-mask::${{ secrets.GCP_PROJECT_NUMBER }}" diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index cd7819477..2052ea1e4 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -11,14 +11,14 @@ concurrency: cancel-in-progress: true jobs: - precheck: + preeheck: if: ${{ github.repository == 'PaloAltoNetworks/pan.dev' }} name: Precheck runs-on: ubuntu-latest permissions: contents: read outputs: - is-org-member-result: ${{ steps.is-org-member.outputs.is-org-member-result }} + is-org-member-result: ${{ steps.is-org-member.outputs.is-org-member-result }} # check pr author steps: - name: Check if PR head is trusted id: is-org-member