Skip to content

Commit 570ca27

Browse files
authored
fix: pass secrets to resume resources (#78)
1 parent eca9289 commit 570ca27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
name: Resume Resources # This job resumes resources for the merged PR which is needed if the resources were paused.
3333
needs: [vars]
3434
uses: ./.github/workflows/resume-resources.yml
35+
secrets: inherit
3536
deploy_stack_dev:
3637
name: Deploy Stack Dev
3738
needs: [resume-resources, vars]

0 commit comments

Comments
 (0)