We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1274af commit 554d0a8Copy full SHA for 554d0a8
1 file changed
.github/workflows/project.yml
@@ -13,12 +13,21 @@ on:
13
- reopened
14
- labeled
15
16
+permissions:
17
+ contents: read
18
+ repository-projects: write
19
+ issues: write
20
+ pull-requests: write
21
+
22
jobs:
23
add-to-project:
24
name: Add to project
25
runs-on: ubuntu-latest
26
+ timeout-minutes: 5
27
28
steps:
- - uses: actions/add-to-project@v1.0.2
29
+ - name: Add item to project
30
+ uses: actions/add-to-project@v1.0.2
31
with:
32
project-url: https://github.com/orgs/ktsu-dev/projects/2
33
github-token: ${{ secrets.PROJECT_AUTOMATION_TOKEN }}
0 commit comments