We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add-to-project.yml
1 parent edca13e commit 4afb308Copy full SHA for 4afb308
.github/workflows/add-to-project.yml
@@ -1,12 +1,14 @@
1
name: Add to Project
2
3
on:
4
- pull_request_target:
+ pull_request_target: # zizmor: ignore[dangerous-triggers]
5
issues:
6
types:
7
- opened
8
- reopened
9
10
+permissions: {}
11
+
12
jobs:
13
add-to-project:
14
name: Add to project
@@ -15,4 +17,4 @@ jobs:
15
17
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
16
18
with:
19
project-url: https://github.com/orgs/fastapi/projects/2
- github-token: ${{ secrets.PROJECTS_TOKEN }}
20
+ github-token: ${{ secrets.PROJECTS_TOKEN }} # zizmor: ignore[secrets-outside-env]
0 commit comments