Refactor: Updated github workflows

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
HeCodes2Much
2024-08-23 09:22:25 +01:00
parent 618fef1e22
commit f57537a709
10 changed files with 17 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Checkout project
uses: actions/checkout@v4.1.7
with:
token: ${{ secrets.GIT_BOT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: set up JDK 17
uses: actions/setup-java@v4.2.2
@@ -56,7 +56,7 @@ jobs:
- name: Release to GitHub - WithInternet
uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.GIT_BOT_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{steps.sign_app_withInternet.outputs.signedFile}}
asset_name: EasyLauncher-Internet-${{ github.ref_name }}-Signed.apk
tag: ${{ github.ref }}
@@ -77,7 +77,7 @@ jobs:
- name: Release to GitHub - WithoutInternet
uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.GIT_BOT_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{steps.sign_app_withoutInternet.outputs.signedFile}}
asset_name: EasyLauncher-${{ github.ref_name }}-Signed.apk
tag: ${{ github.ref }}