Skip to content

Commit 7cb152d

Browse files
authored
fix: Inputs (#831)
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent b025099 commit 7cb152d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

β€Ž.github/workflows/conventional-commits.ymlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ name: 'Validate PR'
88
jobs:
99
conventional-commits:
1010
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@4.1.0
11+
with:
12+
token: ${{ secrets.GITHUB_TOKEN }}

β€Ž.github/workflows/prevent-file-change.ymlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ jobs:
1010
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@4.1.0
1111
permissions:
1212
pull-requests: write
13+
with:
14+
token: ${{ secrets.GITHUB_TOKEN }}

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
packages: write
1616
attestations: write
1717
id-token: write
18+
with:
19+
token: ${{ secrets.PORTER_GITHUB_TOKEN }}

0 commit comments

Comments
Β (0)