Skip to content

Commit

Permalink
Debug github actions vars configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-rg committed Jan 7, 2025
1 parent ae37d1c commit 2398c97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
develop_image_tag: ${{ steps.set-tag.outputs.develop_image_tag }}

steps:
- name: Debug some vars
run: |
echo "GCP_WORKLOAD_IDP: ${{ vars.GCP_WORKLOAD_IDP }}"
echo "GCP_IDP_SERVICE_ACCOUNT_ARTIFACT_REGISTRY: ${{ vars.GCP_IDP_SERVICE_ACCOUNT_ARTIFACT_REGISTRY }}"
- uses: 'google-github-actions/auth@v2'
if: ${{ github.ref == 'refs/heads/master' }}
with:
Expand Down

0 comments on commit 2398c97

Please sign in to comment.