Skip to content

Commit cc4aaa4

Browse files
authored
chore(ci): More CI fixes (#840)
* chore(ci): More CI fixes Signed-off-by: Dan Webb <dan.webb@damacus.io> * yolo Signed-off-by: Dan Webb <dan.webb@damacus.io> * Updates Signed-off-by: Dan Webb <dan.webb@damacus.io> --------- Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent fee8a72 commit cc4aaa4

5 files changed

Lines changed: 9 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: ci
88

99
jobs:
1010
lint-unit:
11-
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@4.1.0
11+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.2
1212
permissions:
1313
actions: write
1414
checks: write

.github/workflows/conventional-commits.yml

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

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

.github/workflows/copilot-setup-steps.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ name: 'Copilot Setup Steps'
1313
jobs:
1414
copilot-setup-steps:
1515
runs-on: ubuntu-latest
16-
1716
permissions:
1817
contents: read
19-
2018
steps:
2119
- name: Check out code
2220
uses: actions/checkout@v5

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

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

88
jobs:
99
prevent-file-change:
10-
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@4.1.0
10+
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.2
1111
permissions:
1212
pull-requests: write
13-
with:
14-
token: ${{ secrets.GITHUB_TOKEN }}
13+
secrets: inherit

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ permissions:
1515

1616
jobs:
1717
release-cookbook:
18-
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@4.1.0
19-
with:
18+
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.2
19+
secrets:
2020
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
21-
supermarket_user: ${{ secrets.SUPERMARKET_USER }}
22-
supermarket_key: ${{ secrets.SUPERMARKET_KEY }}
21+
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
22+
supermarket_key: ${{ secrets.CHEF_SUPERMARKET_KEY }}

0 commit comments

Comments
 (0)