From f989bd595e92bf0af594a8794728125ba0d5e78b Mon Sep 17 00:00:00 2001 From: arafaysaleem Date: Mon, 7 Jun 2021 16:15:10 -0700 Subject: [PATCH] ci(Actions): Fix token for upload artifact action Signed-off-by: arafaysaleem --- .github/workflows/PR-merge-build-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PR-merge-build-release.yaml b/.github/workflows/PR-merge-build-release.yaml index b599732..307069f 100644 --- a/.github/workflows/PR-merge-build-release.yaml +++ b/.github/workflows/PR-merge-build-release.yaml @@ -36,7 +36,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: minor # major, minor, patch, false - custom_release_rules: "chore:patch:Chore Tasks,hotfix:minor:Bug Fixes,refact:patch:Refactors,docs:patch:Documentation Changes,build:patch:Build System/Dependency Upgrades" + custom_release_rules: "ci:patch:CI/CD,chore:patch:Chore Tasks,hotfix:minor:Bug Fixes,refact:patch:Refactors,docs:patch:Documentation Changes,build:patch:Build System/Dependency Upgrades" - name: Upload release apk to artifacts uses: ncipollo/release-action@v1.8.6 with: @@ -44,7 +44,7 @@ jobs: artifacts: "build/app/outputs/apk/release/app-arm*.apk" name: "Release ${{ steps.generate_tag.outputs.new_tag }}" body: "${{ steps.generate_tag.outputs.changelog }}" - token: ${{ secrets.EZ_TICKETS_APP_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Upload apks to google drive uses: mkrakowitzer/actions-googledrive@1 with: