Skip to content

Commit

Permalink
ci: use PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Apr 12, 2024
1 parent a9f3db8 commit 514a99b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
# https://github.com/semantic-release/semantic-release/blob/278d8e6bec766ba694aa00f5503fb49df753f4b8/docs/recipes/ci-configurations/github-actions.md#pushing-packagejson-changes-to-a-master-branch
persist-credentials: false

- name: Set Node.js 20.x
uses: actions/setup-node@v4
Expand Down

0 comments on commit 514a99b

Please sign in to comment.