Skip to content

Commit 06ef84c

Browse files
author
Krzysztof Borowy
authored
fix(deploy): GH token naming (#939)
1 parent 4de4baa commit 06ef84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Checkout
148148
uses: actions/checkout@v3
149149
with:
150-
token: ${{ secrets.GH_TOKEN }}
150+
token: ${{ secrets.GH_RELEASE_TOKEN }}
151151
- name: Setup git
152152
run: |
153153
git config user.email ${{ secrets.GH_BOT_EMAIL }}

0 commit comments

Comments
 (0)