We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8582f09 commit 8fc86d2Copy full SHA for 8fc86d2
.github/workflows/lint.yml
@@ -40,4 +40,12 @@ jobs:
40
echo "errors=$ERRORS" >> $GITHUB_OUTPUT
41
echo "warnings=$WARNINGS" >> $GITHUB_OUTPUT
42
echo "Found $ERRORS errors and $WARNINGS warnings."
43
- shell: bash
+ shell: bash
44
+
45
+ - name: Authenticate with the cloud provider
46
+ id: auth
47
+ uses: entur/gha-meta/.github/actions/cloud-auth@v1
48
+ with:
49
+ environment: 'dev'
50
+ gcp_workload_identity_provider: ${{ vars.WORKLOAD_IDENTITY_PROVIDER }}
51
+ gcp_service_account: ${{ vars.SERVICE_ACCOUNT }}
0 commit comments