Skip to content

Commit 8d72d03

Browse files
getdevopspro-cibotjobcespedes
authored andcommitted
refactor(ci): bypass ruleset on checks
1 parent 09580ab commit 8d72d03

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
name: Build
13-
uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.3
13+
uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.4
1414
with:
1515
version-package: package.json
1616
version-package-lock: package-lock.json

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
promote:
2525
name: Job
2626
needs: build
27-
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.3
27+
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.4
28+
secrets:
29+
# To bypass ruleset enforcing checks
30+
checkout-token: ${{ secrets.BOT_RELEASE_CHECKOUT_TOKEN }}
2831
with:
2932
version-package: package.json
3033
git-add-files: package.json

0 commit comments

Comments
 (0)