We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf992d commit 858d428Copy full SHA for 858d428
.github/workflows/push-to-airflow.yml
@@ -24,6 +24,13 @@ jobs:
24
service_account: 'eto-artifact-registry-github@gcp-cset-projects.iam.gserviceaccount.com'
25
token_format: 'access_token'
26
27
+ - name: Testing Authentication (temporary will delete later)
28
+ run: |
29
+ echo "Testing auth"
30
+ gcloud auth list
31
+ echo "Dags folder:"
32
+ gsutil ls gs://us-east1-production-cc2-202-b42a7a54-bucket
33
+
34
- name: Run push_to_airflow.sh
35
env:
36
GOOGLE_OAUTH_ACCESS_TOKEN: ${{ steps.auth.outputs.access_token }} # gsutil will use the Google token to authenticate
0 commit comments