Skip to content

Commit

Permalink
update slack upload workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JuTaK97 committed Sep 15, 2023
1 parent c37e633 commit 46bf520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Upload artifact to Firebase App Distribution
run: ./gradlew appDistributionUploadStagingRelease
- name: Slack Upload APK
uses: MeilCli/slack-upload-file@v1
uses: MeilCli/slack-upload-file@v3
with:
slack_token: ${{ secrets.SLACK_READ_WRITE_TOKEN }}
channels: ${{ secrets.SLACK_DEPLOY_CHANNEL }}
Expand Down

0 comments on commit 46bf520

Please sign in to comment.