Skip to content

Commit

Permalink
Update helloworld.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Aug 9, 2024
1 parent ed6951c commit 7e6838a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/helloworld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:

# actions/checkout MUST come before auth
- uses: actions/checkout@v3


-id: uname
name: uname
run: |
uname -a
- id: auth
name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1
Expand All @@ -39,6 +44,7 @@ jobs:
- name: Python packages
run: |
python3 -m venv myvenv
ls -alRF myvenv/
myvenv/bin/pip3 install google-auth requests
- name: USE GOOGLE SERVICES
Expand Down

0 comments on commit 7e6838a

Please sign in to comment.