Skip to content

Commit

Permalink
Fix GCP manual publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Jan 15, 2024
1 parent 1b5fb88 commit 82cb8db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/manual_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'

- name: Setup `packer`
uses: hashicorp/setup-packer@main
with:
Expand Down

0 comments on commit 82cb8db

Please sign in to comment.