We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9326d1e commit b03140fCopy full SHA for b03140f
1 file changed
.github/workflows/release.yaml
@@ -78,6 +78,8 @@ jobs:
78
- run: pnpm install --frozen-lockfile --filter ${{ matrix.package }}...
79
- run: pnpm --filter ${{ matrix.package }}... build
80
- run: pnpm --filter ${{ matrix.package }} test
81
+ env:
82
+ PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
83
84
publish:
85
needs: [gate, integration-tests]
0 commit comments