fix(release): checkout repository with PAT

This commit is contained in:
Harsh Shandilya 2022-11-21 18:05:03 +05:30
parent 7abe629744
commit 1558bc769d
No known key found for this signature in database

View file

@ -9,6 +9,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
with:
token: ${{ secrets.POST_RELEASE_GH_TOKEN }}
fetch-depth: 0
- name: Set up JDK