Update post-release.yml

Fixed typo on `GH_PAT_TOKEN`
This commit is contained in:
Adriano Caloiaro 2023-05-29 09:07:53 -06:00 committed by GitHub
parent 9a328b5bdc
commit bb9ab133fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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