Skip to content

Commit 858d428

Browse files
author
Shruti
committed
testing auth
1 parent 4bf992d commit 858d428

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/push-to-airflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
service_account: 'eto-artifact-registry-github@gcp-cset-projects.iam.gserviceaccount.com'
2525
token_format: 'access_token'
2626

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+
2734
- name: Run push_to_airflow.sh
2835
env:
2936
GOOGLE_OAUTH_ACCESS_TOKEN: ${{ steps.auth.outputs.access_token }} # gsutil will use the Google token to authenticate

0 commit comments

Comments
 (0)