Skip to content

Commit b4cb35b

Browse files
committed
Fixed env vars and returned personal token.
1 parent 75b4d4b commit b4cb35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/remoteBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
body_path: "./Scripts/revision.txt"
5858
body: "Continued work on development"
5959
draft: false
60-
token: ${{ secrets.GITHUB_TOKEN }}
60+
token: ${{ secrets.TOKEN }}
6161
files:
62-
$APK_PATH/$APK_NAME
62+
${{ env.APK_PATH }}/${{ env.APK_NAME }}

0 commit comments

Comments
 (0)