Skip to content

Commit 554d0a8

Browse files
SyncFileContentsSyncFileContents
authored andcommitted
Sync .github\workflows\project.yml
1 parent b1274af commit 554d0a8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/project.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,21 @@ on:
1313
- reopened
1414
- labeled
1515

16+
permissions:
17+
contents: read
18+
repository-projects: write
19+
issues: write
20+
pull-requests: write
21+
1622
jobs:
1723
add-to-project:
1824
name: Add to project
1925
runs-on: ubuntu-latest
26+
timeout-minutes: 5
27+
2028
steps:
21-
- uses: actions/add-to-project@v1.0.2
29+
- name: Add item to project
30+
uses: actions/add-to-project@v1.0.2
2231
with:
2332
project-url: https://github.com/orgs/ktsu-dev/projects/2
2433
github-token: ${{ secrets.PROJECT_AUTOMATION_TOKEN }}

0 commit comments

Comments
 (0)