Skip to content

Commit 97205fb

Browse files
committed
update action
1 parent 3dea23f commit 97205fb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- devel
77
- UE5.2
88
- UE5.3
9+
- UE5.4
10+
- UE5.4.4
11+
- UE5.5
912
types: ["closed"]
1013

1114
workflow_dispatch:
@@ -25,12 +28,21 @@ jobs:
2528
- devel
2629
- UE5.2
2730
- UE5.3
31+
- UE5.4
32+
- UE5.4.4
33+
- UE5.5
2834
steps:
35+
- name: Check token permissions
36+
run: |
37+
curl -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
38+
-H "Accept: application/vnd.github.v3+json" \
39+
https://api.github.com/repos/${{ github.repository }}
2940
- name: Checkout
3041
uses: actions/checkout@v4
3142
if: matrix.version != github.base_ref
3243
with:
3344
ref: ${{ matrix.version }}
45+
token: ${{ secrets.GITHUB_TOKEN }}
3446
- name: Debug
3547
env:
3648
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)