Skip to content

Commit

Permalink
Correct access to $PROJECT_ID in Cloud SDK Setup
Browse files Browse the repository at this point in the history
Use the correct syntax in the Cloud SDK Setup to access the `$PROJECT_ID`
  • Loading branch information
qa-andreas-theuerkauf committed Aug 15, 2024
1 parent 1b3523f commit 169eb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v1.0.1'
with:
project_id: $PROJECT_ID
project_id: ${{ secrets.RUN_PROJECT }}

# Configure docker to use the gcloud command-line tool as a credential helper
- run: gcloud auth configure-docker
Expand Down

0 comments on commit 169eb0d

Please sign in to comment.