Skip to content

Commit d4875b8

Browse files
committed
13
1 parent 5e46533 commit d4875b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
container:
1919
image: ghcr.io/epicgames/unreal-engine:dev-5.4
20+
credentials:
21+
username: ${{ github.actor }}
22+
password: ${{ secrets.github_token }}
2023

2124
steps:
2225
- name: Check out UE5.4 project

0 commit comments

Comments
 (0)