Skip to content

Commit d396a13

Browse files
committed
chore: updating workflow
1 parent 65de7c3 commit d396a13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-and-publish-to-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
contents: read
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v4
1414
with:
15-
token: ${{ secrets.PAT }}
15+
token: ${{ github.token }}
1616
- name: Install the dependencies
1717
uses: borales/actions-yarn@v4
1818
with:

0 commit comments

Comments
 (0)