Skip to content

Commit

Permalink
Merge pull request #13 from rcwbr/12-ci-apply-could-not-find-default-…
Browse files Browse the repository at this point in the history
…credentials

fix: authenticate apply step
  • Loading branch information
rcwbr authored Oct 8, 2024
2 parents d76c945 + 3945d56 commit ae5c4fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,5 @@ jobs:
tg_version: ${{ env.tg_version }}
tg_dir: ${{ env.working_dir }}
tg_command: 'apply'
env:
GOOGLE_OAUTH_ACCESS_TOKEN: ${{ steps.auth.outputs.access_token }}

0 comments on commit ae5c4fe

Please sign in to comment.