Skip to content

Commit

Permalink
Merge pull request #504 from jbuck/github-actions-add-environment-key
Browse files Browse the repository at this point in the history
fix(actions): Add environment key to jobs using google OIDC
  • Loading branch information
dividehex authored Aug 5, 2024
2 parents 2b54552 + 6e6ddee commit 9441314
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
name: Building
needs: [ init, lint ]
runs-on: ubuntu-latest
environment: production
env:
RELEASE_NAME: ${{needs.init.outputs.release_name}}
DOCKER_TAG: ${{needs.init.outputs.docker_tag}}
Expand Down Expand Up @@ -129,6 +130,7 @@ jobs:
name: Validating
needs: [ init, lint, build ]
runs-on: ubuntu-latest
environment: production
env:
RELEASE_NAME: ${{needs.init.outputs.release_name}}
DOCKER_TAG: ${{needs.init.outputs.docker_tag}}
Expand Down Expand Up @@ -170,6 +172,7 @@ jobs:
name: Sending to Cloud Deploy
needs: [ init, lint, build, validate ]
runs-on: ubuntu-latest
environment: production
env:
RELEASE_NAME: ${{needs.init.outputs.release_name}}
DOCKER_TAG: ${{needs.init.outputs.docker_tag}}
Expand Down

0 comments on commit 9441314

Please sign in to comment.