Skip to content

Commit 9f2047f

Browse files
committed
fix: Got back to access token for release action
Signed-off-by: Omar López <zomars@me.com>
1 parent 9b0db34 commit 9f2047f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
ref: 'main'
26-
ssh-key: ${{ secrets.DEPLOY_KEY }}
26+
token: ${{ secrets.GH_ACCESS_TOKEN }}
2727

2828
- name: Configure git
2929
run: |

.github/workflows/post-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
ref: 'main'
18-
ssh-key: ${{ secrets.DEPLOY_KEY }}
18+
token: ${{ secrets.GH_ACCESS_TOKEN }}
1919

2020
- name: Configure git
2121
run: |

0 commit comments

Comments
 (0)