Skip to content

Commit

Permalink
fix(actions): comment out pulumi up
Browse files Browse the repository at this point in the history
  • Loading branch information
pablordoricaw committed Sep 18, 2024
1 parent 62cf1fa commit 8335213
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- uses: google-github-actions/auth@v2
with:
project_id: ${{ env.GCP_PROJECT_ID }}
project_id: ${{ vars.GCP_PROJECT_ID }}
workload_identity_provider: projects/491900032446/locations/global/workloadIdentityPools/github-pool/providers/my-repo

- name: Set up Python
Expand All @@ -65,13 +65,6 @@ jobs:

- name: Install dependencies
run: pip3 install -r requirements.txt
- name: Update infra
uses: pulumi/actions@v5
with:
command: update
stack-name: ${{ env.PULUMI_ORG }}/${{ env.PULUMI_STACK }}
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}

- name: Get Pulumi plan ⬇️
uses: actions/download-artifact@v4
Expand All @@ -80,3 +73,11 @@ jobs:

- name: ls
run: ls -la

# - name: Update infra
# uses: pulumi/actions@v5
# with:
# command: update
# stack-name: ${{ env.PULUMI_ORG }}/${{ env.PULUMI_STACK }}
# env:
# PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}

0 comments on commit 8335213

Please sign in to comment.