Skip to content

Commit

Permalink
Merge pull request #5 from vivantehealth/update-google-github-actions…
Browse files Browse the repository at this point in the history
…/auth

Update google-github-actions/auth
  • Loading branch information
alkallio authored Nov 8, 2022
2 parents 26c1010 + 03b696b commit db0c486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
echo "GCP_SERVICE_ACCOUNT=$(echo -n ${{ inputs.base64_gcp_service_account}} | base64 -d)" >> $GITHUB_ENV
- name: Workload Identity Auth
id: auth
uses: google-github-actions/auth@v0.8.0
uses: google-github-actions/auth@v0
with:
workload_identity_provider: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ env.GCP_SERVICE_ACCOUNT }}
Expand Down

0 comments on commit db0c486

Please sign in to comment.