Skip to content

test

test #151

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
job_id:
runs-on: ubuntu-latest
permissions:
contents: "read"
steps:
- uses: "actions/checkout@v4"
- uses: "google-github-actions/auth@v2"
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
workloadIdentityPools: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
- run: |
gcloud projects list
gcloud compute instances list