We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad75ff commit c350a8fCopy full SHA for c350a8f
.github/workflows/deployment.yaml
@@ -5,11 +5,18 @@ on:
5
branches:
6
- main
7
- dev
8
+
9
+ pull_request:
10
+ branches:
11
+ - main
12
+ - dev
13
+ types:
14
+ - closed
15
env:
16
PROJECT_ID: ${{ secrets.PROJECT_ID }}
17
18
jobs:
- build:
19
+ build-and-deploy:
20
permissions:
21
contents: 'read'
22
id-token: 'write'
README.md
@@ -21,7 +21,7 @@ gcloud iam service-accounts create \
gcloud projects add-iam-policy-binding "${PROJECT_ID}" \
23
--member="serviceAccount:cloud-run-sa@${PROJECT_ID}.iam.gserviceaccount.com" \
24
- --role="roles/artifactregistry.repoAdmin,roles/run.developer"
+ --role="roles/artifactregistry.repoAdmin,roles/run.admin"
25
```
26
27
- Create a new Workload Identity Pool
0 commit comments