ci(nix): add github token for gh cli (#3700)

This commit is contained in:
Alexandru Ionut Tripon 2025-04-28 22:49:38 +03:00 committed by GitHub
commit 25b1d79080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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