Skip to content

Commit fdbc98b

Browse files
authored
Merge pull request #1621 from data-driven-forms/fix/release-auth-ssh-to-pat
fix(ci): switch release checkout from SSH key to PAT
2 parents 23af064 + 2604f18 commit fdbc98b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
ssh-key: ${{ secrets.BOT_SSH_KEY }}
22+
token: ${{ secrets.RELEASE_TOKEN }}
2323

2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)