mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Create main.yml
This commit is contained in:
committed by
GitHub
parent
3b6bc7fa64
commit
c7c76a0581
21
.github/workflows/main.yml
vendored
Normal file
21
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: github-project-issue-to-sheets
|
||||||
|
|
||||||
|
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||||
|
# events but only for the master branch
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
issues:
|
||||||
|
types: [opened, deleted, transferred, closed, reopened, assigned, unassigned, labeled, unlabeled]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
github-project-issue-to-sheets:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: github-project-issue-to-sheets
|
||||||
|
steps:
|
||||||
|
- name: github-project-issue-to-sheets
|
||||||
|
id: github-project-issue-to-sheets
|
||||||
|
uses: ViRGiL175/github-project-issue-to-sheets@dev
|
||||||
|
with:
|
||||||
|
google-api-service-account-credentials: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_DATA }}
|
||||||
|
document-id: '1C-efuAzX_qQIqDSnSCLFFrow-GuVVF2vQUQpOCu5W6M'
|
||||||
|
sheet-name: 'Prowler GitHub Issues'
|
||||||
Reference in New Issue
Block a user