Skip to content

Commit

Permalink
modify the reusable workflow and the calling workflow to pass the env…
Browse files Browse the repository at this point in the history
…ironment variables correctly
  • Loading branch information
cru-Luis-Rodriguez committed Oct 29, 2024
1 parent 2cedefc commit f3646af
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-deploy-cloudrun-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ jobs:
contents: read
id-token: write
pull-requests: write
env:
GCP_PROJECT_ID: ${{ inputs.GCP_PROJECT_ID }}
GCP_PROJECT_NUMBER: ${{ inputs.GCP_PROJECT_NUMBER }}
WORKLOAD_IDENTITY_POOL: ${{ inputs.WORKLOAD_IDENTITY_POOL }}
WORKLOAD_IDENTITY_PROVIDER: ${{ inputs.WORKLOAD_IDENTITY_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ inputs.GCP_SERVICE_ACCOUNT }}
GCP_SERVICE_ACCOUNT_EMAIL: ${{ inputs.GCP_SERVICE_ACCOUNT_EMAIL }}
GCP_REGION: ${{ inputs.GCP_REGION }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit f3646af

Please sign in to comment.