File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -102,15 +102,15 @@ jobs:
102102 cname : ${{ env.TEST_ENDPOINT }}
103103 force_orphan : true
104104
105- # - name: 'Notify to Slack'
106- # if: ${{ github.event.workflow_run }}
107- # uses: onekeyhq/actions/slack-notify-webhook@main
108- # with:
109- # web-hook-url: ${{ secrets.SLACK_NOTIFICATION_WEBHOOK }}
110- # secret-key: ${{ secrets.ACTION_SIGN_SECERT_KEY }}
111- # artifact-type: Web
112- # artifact-name: OneKey-Web
113- # artifact-bundle-id: 'so.onekey.wallet.web'
114- # artifact-version-name: '${{ steps.dotenv.outputs.version }}@${{ env.BUILD_NUMBER }}'
115- # artifact-version-code: '${{ env.BUILD_NUMBER }}'
116- # artifact-download-url: '${{ env.ARTIFACTS_URL }}'
105+ - name : ' Notify to Slack'
106+ if : ${{ github.event.workflow_run }}
107+ uses : onekeyhq/actions/slack-notify-webhook@main
108+ with :
109+ web-hook-url : ${{ secrets.SLACK_NOTIFICATION_WEBHOOK }}
110+ secret-key : ${{ secrets.ACTION_SIGN_SECERT_KEY }}
111+ artifact-type : Web
112+ artifact-name : OneKey-Web
113+ artifact-bundle-id : ' so.onekey.wallet.web'
114+ artifact-version-name : ' ${{ steps.dotenv.outputs.version }}@${{ env.BUILD_NUMBER }}'
115+ artifact-version-code : ' ${{ env.BUILD_NUMBER }}'
116+ artifact-download-url : ' ${{ env.ARTIFACTS_URL }}'
You can’t perform that action at this time.
0 commit comments