Skip to content

Commit

Permalink
Merge pull request #115 from GreenTeaProgrammers/feature/machine-lear…
Browse files Browse the repository at this point in the history
…ning/cicd

Feature/machine learning/cicd
  • Loading branch information
lovelovetrb authored Feb 19, 2024
2 parents 2b76a1d + 1e9fe1b commit 2ae6c1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_cloudrun_machine_learning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- develop
- feature/machine-learning/cicd
paths:
- "machine-learning/**"

permissions:
contents: read
Expand All @@ -31,6 +33,7 @@ jobs:
with:
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.SERVICE_ACCOUNT }}
access_token_lifetime: 1200s

- name: Build Docker image
run: |
Expand Down

0 comments on commit 2ae6c1c

Please sign in to comment.