Skip to content

Make Cloud Run --allow-unauthenticated explicit in cloudbuild.yaml #4

Make Cloud Run --allow-unauthenticated explicit in cloudbuild.yaml

Make Cloud Run --allow-unauthenticated explicit in cloudbuild.yaml #4

Workflow file for this run

name: Add issue to project
on:
issues:
types:
- opened
permissions: {}
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/users/qkitzero/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}