Skip to content

Commit a27d3f7

Browse files
committed
refactor: ♻️ update workflows
1 parent 4b78898 commit a27d3f7

File tree

3 files changed

+6
-57
lines changed

3 files changed

+6
-57
lines changed

.github/workflows/add-to-project.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ on:
1111
- reopened
1212
- opened
1313

14-
permissions:
15-
pull-requests: write
14+
# Limit token permissions for security
15+
permissions: read-all
1616

1717
jobs:
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 }}

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ permissions: read-all
1212
jobs:
1313
test-copier:
1414
uses: seedcase-project/.github/.github/workflows/reusable-test-copier.yml@main
15+
with:
16+
test-recipe: "_tests"

template/.github/workflows/update-from-template.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)