Skip to content

Bump black from 22.8.0 to 23.9.1 #12

Bump black from 22.8.0 to 23.9.1

Bump black from 22.8.0 to 23.9.1 #12

Workflow file for this run

name: Deploy
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- uses: 'actions/checkout@v4'
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
with:
workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ vars.GCP_SERVICE_ACCOUNT }}
- id: 'deploy'
uses: 'google-github-actions/deploy-cloud-functions@v1'
with:
name: ${{ vars.GCP_CLOUD_FUNCTION_NAME }}
runtime: 'python310'