Skip to content

Commit 18ca7af

Browse files
committed
ci: update workflows
1 parent 5bfa31f commit 18ca7af

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
permissions:
1010
id-token: write # Required for OIDC
1111
contents: write
12-
pull-requests: write
1312

1413
concurrency:
1514
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # 6.2.1
2020

2121
code-checks:
22-
uses: ./.github/workflows/code-checks.yml
22+
uses: ./.github/actions/code-checks

0 commit comments

Comments
 (0)