Skip to content

Commit

Permalink
CI: PR workflow fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Mar 12, 2024
1 parent 0672795 commit 21a354c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
token: ${{ secrets.UESDK_PULLER }}
token: ${{ secrets.UESDK_PULLER || github.token }}
submodules: recursive

- name: Configure CMake
Expand All @@ -26,4 +26,4 @@ jobs:
with:
name: ${{matrix.target}}
path: ${{github.workspace}}/build/bin/${{matrix.target}}/*
if-no-files-found: error
if-no-files-found: error

0 comments on commit 21a354c

Please sign in to comment.