Skip to content

Commit 512e221

Browse files
committed
yolo
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent 3d5c65c commit 512e221

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
pull-requests: write
1616
statuses: write
1717
issues: write
18-
secrets:
19-
token: ${{ secrets.GITHUB_TOKEN }}
18+
secrets: inherit
2019

2120
integration:
2221
needs: lint-unit

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ jobs:
1010
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.1
1111
permissions:
1212
pull-requests: read
13-
secrets:
14-
token: ${{ secrets.GITHUB_TOKEN }}
13+
secrets: inherit

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

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

0 commit comments

Comments
 (0)