Skip to content

Commit b03140f

Browse files
committed
fix
1 parent 9326d1e commit b03140f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
- run: pnpm install --frozen-lockfile --filter ${{ matrix.package }}...
7979
- run: pnpm --filter ${{ matrix.package }}... build
8080
- run: pnpm --filter ${{ matrix.package }} test
81+
env:
82+
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
8183

8284
publish:
8385
needs: [gate, integration-tests]

0 commit comments

Comments
 (0)