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 bb3023b commit 1a10b6aCopy full SHA for 1a10b6a
1 file changed
.github/workflows/cd-deploy-dev.yml
@@ -91,6 +91,8 @@ jobs:
91
deploy-dev:
92
needs: meta
93
uses: ./.github/workflows/_reusable-pulumi-deploy.yml
94
+ env:
95
+ PULUMI_ACCESS_TOKEN: ${{ secrets.PROD_PULUMI_ACCESS_TOKEN }}
96
with:
97
lane: main
98
target: dev
0 commit comments