Skip to content

Commit

Permalink
Changed passing credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoggam1 committed Apr 19, 2024
1 parent e02c71e commit dc17331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/neutral-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
run: |
echo sdk.dir = $ANDROID_HOME > local.properties
./gradlew -PgithubUser=${{ secrets.GITHUB_ACTOR }} -PgithubPass=${{ secrets.GITHUB_TOKEN }} -PartifactVersion=${{ steps.extract_branch.outputs.branch }}-${{ github.run_number }} publish
GITHUB_USER=${{ secrets.GITHUB_ACTOR }} GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ./gradlew build assembleRelease publish -PartifactVersion=${{ steps.extract_branch.outputs.branch }}-${{ github.run_number }}
- name: Build notification
if: always()
Expand Down

0 comments on commit dc17331

Please sign in to comment.