Skip to content

Commit

Permalink
fix(actions): context for repo variables
Browse files Browse the repository at this point in the history
  • Loading branch information
pablordoricaw committed Sep 18, 2024
1 parent d8e5978 commit 62cf1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 @@ -32,7 +32,7 @@ jobs:
uses: pulumi/actions@v5
with:
command: preview
stack-name: ${{ env.PULUMI_ORG }}/${{ env.PULUMI_STACK }}
stack-name: ${{ vars.PULUMI_ORG }}/${{ vars.PULUMI_STACK }}
plan: pulumi_plan.json
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
Expand Down

0 comments on commit 62cf1fa

Please sign in to comment.