We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b025099 commit 7cb152dCopy full SHA for 7cb152d
β.github/workflows/conventional-commits.ymlβ
@@ -8,3 +8,5 @@ name: 'Validate PR'
8
jobs:
9
conventional-commits:
10
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β
@@ -10,3 +10,5 @@ jobs:
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@4.1.0
permissions:
pull-requests: write
13
14
β.github/workflows/release.ymlβ
@@ -15,3 +15,5 @@ jobs:
15
packages: write
16
attestations: write
17
id-token: write
18
19
+ token: ${{ secrets.PORTER_GITHUB_TOKEN }}
0 commit comments