fix: add github token for gh cli

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-04-28 17:37:22 +03:00
parent da30904630
commit bcdbe79c59
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -73,6 +73,8 @@ jobs:
uses: PrismLauncher/PrismLauncher/.github/actions/get-merge-commit@develop uses: PrismLauncher/PrismLauncher/.github/actions/get-merge-commit@develop
with: with:
pull-request-id: ${{ github.event.pull_request.id }} pull-request-id: ${{ github.event.pull_request.id }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4