We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca9289 commit 570ca27Copy full SHA for 570ca27
.github/workflows/merge.yml
@@ -32,6 +32,7 @@ jobs:
32
name: Resume Resources # This job resumes resources for the merged PR which is needed if the resources were paused.
33
needs: [vars]
34
uses: ./.github/workflows/resume-resources.yml
35
+ secrets: inherit
36
deploy_stack_dev:
37
name: Deploy Stack Dev
38
needs: [resume-resources, vars]
0 commit comments