Skip to content

Commit

Permalink
Execute Pulumi in the venv created by PDM
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweger committed Apr 8, 2024
1 parent d8efc0c commit 4ed8418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pulumi_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
stack-name: bsweger/hubverse-aws/hubverse
comment-on-pr: true
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.BSWEGER_PULUMI_DEMO }}
PULUMI_ACCESS_TOKEN: ${{ secrets.BSWEGER_PULUMI_DEMO }}
PULUMI_PYTHON_CMD: .venv/bin/python
3 changes: 2 additions & 1 deletion .github/workflows/pulumi_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
stack-name: bsweger/hubverse-aws/hubverse
comment-on-pr: true
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.BSWEGER_PULUMI_DEMO }}
PULUMI_ACCESS_TOKEN: ${{ secrets.BSWEGER_PULUMI_DEMO }}
PULUMI_PYTHON_CMD: .venv/bin/python

0 comments on commit 4ed8418

Please sign in to comment.