mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 18:29:08 +00:00
Update post-release.yml
Fixed typo on `GH_PAT_TOKEN`
This commit is contained in:
parent
9a328b5bdc
commit
bb9ab133fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.GH_PATH_TOKEN }} # Needs write access to the repo
|
||||
token: ${{ secrets.GH_PAT_TOKEN }} # Needs write access to the repo
|
||||
ref: main
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue