Skip to content

Commit 1a10b6a

Browse files
committed
cd: update dev CD job env vars
1 parent bb3023b commit 1a10b6a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd-deploy-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
deploy-dev:
9292
needs: meta
9393
uses: ./.github/workflows/_reusable-pulumi-deploy.yml
94+
env:
95+
PULUMI_ACCESS_TOKEN: ${{ secrets.PROD_PULUMI_ACCESS_TOKEN }}
9496
with:
9597
lane: main
9698
target: dev

0 commit comments

Comments
 (0)