diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-05-20 01:54:04 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2020-05-20 01:54:04 +0000 |
| commit | 0e546ffc372706a0b735ce0548d51dce000f720d (patch) | |
| tree | 82d4aee4e605bff9603de67c595f1be21a09e192 /.github/workflows | |
| parent | 63a2be863fa604f87cf33b9725eea3f184b8f4d9 (diff) | |
| download | AnySoftKeyboard-0e546ffc372706a0b735ce0548d51dce000f720d.tar.gz AnySoftKeyboard-0e546ffc372706a0b735ce0548d51dce000f720d.tar.bz2 | |
Remove disused deploy GH action inputs
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9ac4d1ccf..b7fb67d34 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,6 @@ jobs: run: ./gradlew --stacktrace :deployment:updateDeploymentState -PRequest.apiUsername="${{ secrets.BOT_MASTER_RW_GITHUB_USERNAME }}" -PRequest.apiUserToken="${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}" -PrequestStatus.environment="${{ github.event.deployment.environment }}" -PrequestStatus.deployment_id="${{ github.event.deployment.id }}" -PrequestStatus.deployment_state="in_progress" - uses: ./.github/actions/deploy with: - deployment_id: ${{ github.event.deployment.id }} deployment_environment: ${{ github.event.deployment.environment }} deployment_task: ${{ github.event.deployment.task }} crash_report_email: ${{ secrets.ANYSOFTKEYBOARD_CRASH_REPORT_EMAIL }} @@ -39,8 +38,6 @@ jobs: keystore_password: ${{ secrets.ANYSOFTKEYBOARD_KEYSTORE_PASSWORD }} keystore_key_password: ${{ secrets.ANYSOFTKEYBOARD_KEYSTORE_KEY_PASSWORD }} publish_service_account_creds_json_url: ${{ secrets.PUBLISH_CERT_JSON_URL }} - api_user: ${{ secrets.BOT_MASTER_RW_GITHUB_USERNAME }} - api_token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} - name: status-success run: ./gradlew --stacktrace :deployment:updateDeploymentSuccess -PRequest.apiUsername="${{ secrets.BOT_MASTER_RW_GITHUB_USERNAME }}" -PRequest.apiUserToken="${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}" -PrequestStatus.environment="${{ github.event.deployment.environment }}" -PrequestStatus.deployment_id="${{ github.event.deployment.id }}" -PrequestStatus.environment="${{ github.event.deployment.environment }}" -PrequestStatus.sha="${{ github.event.deployment.sha }}" - name: status-failure |
