Skip to content

Commit fee8a72

Browse files
authored
chore(ci) Fix inputs (#839)
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent 1af18b5 commit fee8a72

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/conventional-commits.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name: 'Validate PR'
77

88
jobs:
99
conventional-commits:
10-
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@4.1.0
10+
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.0
1111
permissions:
1212
pull-requests: read
13-
secrets: inherit
13+
with:
14+
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/prevent-file-change.yml

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

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616
jobs:
1717
release-cookbook:
1818
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@4.1.0
19-
secrets: inherit
2019
with:
2120
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
21+
supermarket_user: ${{ secrets.SUPERMARKET_USER }}
22+
supermarket_key: ${{ secrets.SUPERMARKET_KEY }}

0 commit comments

Comments
 (0)