Skip to content

Update api names list #10

Update api names list

Update api names list #10

name: Update api names list
on:
workflow_dispatch:
jobs:
Update:
permissions:
contents: 'read'
id-token: 'write'
pull-requests: 'write'
defaults:
run:
shell: bash
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/[email protected]'
with:
workload_identity_provider: "projects/963616447866/locations/global/workloadIdentityPools/gh-deploy-dev-portal-rd/providers/gh-dev-portal-provider-rd"
service_account: "sa-developer-portal-rd@premise-developer-portal-rd.iam.gserviceaccount.com"
- name: Set up Cloud SDK
uses: google-github-actions/[email protected]
with:
version: '355.0.0'
- name: Install gcloud beta
run: gcloud components install beta
- name: List services
run: gcloud beta services list --available --filter="name:*.googleapis.com"
#run: gcloud config get-value project