Skip to content

Commit 9de429a

Browse files
authored
MRG: Merge pull request #23 from octue/update-gcp-project-in-release-workflow
Update GCP project in release workflow
2 parents 1a3ed3e + 36d83b0 commit 9de429a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
- name: Authenticate with Google Cloud
7272
uses: google-github-actions/auth@v2
7373
with:
74-
workload_identity_provider: 'projects/899129607296/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
75-
service_account: [email protected]
74+
workload_identity_provider: 'projects/246359083987/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
75+
service_account: github-actions@octue-twined-gcp-2.iam.gserviceaccount.com
7676

7777
- name: Zip event handler source code
7878
run: cd functions/event_handler && zip -r ${{ needs.release.outputs.package_version }}.zip .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "twined-gcp"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = ""
55
authors = [
66
{name = "Marcus Lugg", email = "[email protected]"}

0 commit comments

Comments
 (0)