Skip to content

Commit

Permalink
CI: Update to use UESDK_PULLER token
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Dec 26, 2023
1 parent 90ea31e commit 5f7fbc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.UESDK_PULLER }}
submodules: recursive

- name: Configure CMake
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.UESDK_PULLER }}
submodules: recursive

- name: Configure CMake
Expand Down

0 comments on commit 5f7fbc8

Please sign in to comment.