Skip to content

chore: add test workflow #1

chore: add test workflow

chore: add test workflow #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- develop
jobs:
job_id:
runs-on: 'ubuntu-latest'
# Add "id-token" with the intended permissions.
permissions:
contents: 'read'
id-token: 'write'
steps:
- id: 'auth'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: 'projects/195139564832/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
service_account: 'action-deployer@gtp-reinaldo-study-0001.iam.gserviceaccount.com'
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0'
- name: 'Use gcloud CLI'
run: 'gcloud info'