Update gradlew #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: AppSweep mobile application security testing | |
on: | |
push: | |
pull_request_target: | |
jobs: | |
upload-app-to-appsweep: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v2 | |
- name: Upload app to AppSweep with Gradle | |
env: | |
APPSWEEP_API_KEY: ${{ secrets.APPSWEEP_API_KEY }} | |
run: ./gradlew uploadToAppSweepRelease |