Skip to content

Commit c3d52e8

Browse files
committed
Replace user token with GitHub token
1 parent 40b79b1 commit c3d52e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Tagged.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
DSOALBranch: master
1515
OpenALSoftRepo: kcat/openal-soft
1616
OpenALSoftBranch: master
17-
GH_TOKEN: ${{secrets.TOKEN}}
17+
GH_TOKEN: ${{github.token}}
1818

1919
jobs:
2020
Build:

.github/workflows/Untagged.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
DSOALBranch: ${{github.ref_name}}
1919
OpenALSoftRepo: kcat/openal-soft
2020
OpenALSoftBranch: master
21-
GH_TOKEN: ${{secrets.TOKEN}}
21+
GH_TOKEN: ${{github.token}}
2222

2323
jobs:
2424
Build:

0 commit comments

Comments
 (0)