Skip to content

Commit

Permalink
remove access to project
Browse files Browse the repository at this point in the history
  • Loading branch information
YASH-PATEL1221 committed May 24, 2024
1 parent 0e9c9db commit 2f5466b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@ jobs:
# NOTE: If using a pre-built image, update the image name here
image: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}/nodecicd:${{ github.sha }}

- name: Allow access to project
run: |
gcloud projects add-iam-policy-binding ${{ env.PROJECT_ID }} \
--member="serviceAccount:'${{ env.SERVICE_ACCOUNT_EMAIL }}'" \
--role="roles/run.admin"

- name: Allow unauthenticated access
run: |
Expand Down

0 comments on commit 2f5466b

Please sign in to comment.