Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 362fb27

Browse files
committed
chore: Replace tentenone github token with itchy
1 parent 0318ef1 commit 362fb27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/draft_new_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
with:
22-
token: ${{ secrets.TENTENONE_GITHUB_TOKEN }}
22+
token: ${{ secrets.ITCHY_GITHUB_TOKEN }}
2323

2424
- name: Create release branch
2525
run: git checkout -b ${{ env.RELEASE_BRANCH }}
2626

2727
- name: Initialize mandatory git config
2828
run: |
29-
git config user.name "${{ secrets.TENTENONE_NAME }}"
30-
git config user.email ${{ secrets.TENTENONE_EMAIL }}
29+
git config user.name "${{ secrets.ITCHY_NAME }}"
30+
git config user.email ${{ secrets.ITCHY_EMAIL }}
3131
3232
- name: Update changelog
3333
uses: thomaseizinger/keep-a-changelog-new-release@v1

0 commit comments

Comments
 (0)