File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ name: 'Validate PR'
77
88jobs :
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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ permissions:
1616jobs :
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 }}
You can’t perform that action at this time.
0 commit comments