Skip to content

Commit f8f0aa5

Browse files
committed
fix: apply link to the build-and-push
1 parent 8a230ed commit f8f0aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
apply:
7272
name: Terraform Apply
7373
runs-on: ubuntu-latest
74-
needs: plan
74+
needs: [plan, build-and-push]
7575
environment: production
76-
permissions: # <-- ADD THIS BLOCK
76+
permissions:
7777
id-token: write
7878
contents: read
7979

0 commit comments

Comments
 (0)