Add gke-security-groups
Google Group for Kubernetes RBAC
#166
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add To GitHub Projects | |
on: | |
issues: | |
types: | |
- opened | |
pull_request: | |
types: | |
- opened | |
jobs: | |
add-to-osinfra-project: | |
name: Open Source Infrastructure (as Code) | |
uses: osinfra-io/github-misc-called-workflows/.github/workflows/[email protected] | |
with: | |
project_id: 1 | |
secrets: | |
add_to_project_pat: ${{ secrets.ADD_TO_PROJECT_PAT }} |