Skip to content

Commit

Permalink
now
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson committed Nov 12, 2023
1 parent d031e90 commit bc404e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ on:
branches: [ "main" ]

jobs:
permissions:
id-token: write # This is required for requesting the JWT

build-and-push-image:
uses: MJRichardson/shipped23/.github/workflows/build-and-push-image.yaml@provision-env

provision-environment-and-deploy:
permissions:
id-token: write # This is required for requesting the JWT
runs-on: ubuntu-latest
needs: build-and-push-image

Expand Down

0 comments on commit bc404e5

Please sign in to comment.