File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1111 - reopened
1212 - opened
1313
14- permissions :
15- pull-requests : write
14+ # Limit token permissions for security
15+ permissions : read-all
1616
1717jobs :
1818 add-to-project :
1919 uses : seedcase-project/.github/.github/workflows/reusable-add-to-project.yml@main
20+ permissions :
21+ pull-requests : write
2022 with :
2123 board-number : 18
2224 app-id : ${{ vars.ADD_TO_BOARD_APP_ID }}
Original file line number Diff line number Diff line change 2121 branches :
2222 - main
2323
24- permissions :
25- contents : write
24+ # Limit token permissions for security
25+ permissions : read-all
2626
2727jobs :
2828 build :
2929 uses : seedcase-project/.github/.github/workflows/reusable-build-python.yml@main
30+ # Permissions needed for pushing to the coverage branch.
31+ permissions :
32+ contents : write
Original file line number Diff line number Diff line change 55 - main
66 workflow_dispatch :
77
8+ # Limit token permissions for security
9+ permissions : read-all
10+
811jobs :
912 sync :
1013 uses : seedcase-project/.github/.github/workflows/reusable-sync-files.yml@main
Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8- permissions :
9- contents : write
8+ # Limit token permissions for security
9+ permissions : read-all
1010
1111jobs :
1212 update-version :
13+ # Only give permissions for this job.
14+ permissions :
15+ contents : write
1316 uses : seedcase-project/.github/.github/workflows/reusable-update-python-project-version.yml@main
1417 with :
1518 app-id : ${{ vars.UPDATE_VERSION_APP_ID }}
You can’t perform that action at this time.
0 commit comments