Skip to content

Commit e95bd0e

Browse files
committed
Fixes
1 parent 98242ac commit e95bd0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Update.Unturned.Redist.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ jobs:
245245
- name: Check for existing PRs
246246
if: steps.compare_manifest.outputs.manifest_changed == 'true' && steps.check_git_changes.outputs.has_git_changes == 'true'
247247
id: check_existing_prs
248+
env:
249+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
248250
run: |
249251
# Check for existing open PRs for this variant created by rocketmodfixadmin
250252
existing_prs=$(gh pr list --state open --search "Auto-update ${{ matrix.variant }} redist files" --json number,title,url,author)

0 commit comments

Comments
 (0)