test: testando envio de releases para Sentry 3

This commit is contained in:
2022-08-31 13:40:19 -03:00
parent ca3b91d292
commit f8402a87d4

View File

@@ -41,25 +41,12 @@ jobs:
# push: true
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
# - name: Create Sentry release
# uses: getsentry/action-release@v1
# env:
# SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
# SENTRY_ORG: make-codes
# SENTRY_PROJECT: minesweeper
# with:
# environment: production
# version: ${{ github.ref }}
- name: Create a Sentry.io release
uses: tclindner/sentry-releases-action@v1.2.0
- name: Create Sentry release
uses: distributhor/workflow-webhook@v2
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: make-codes
SENTRY_PROJECT: minesweeper
with:
tagName: ${{ github.ref_name }}
environment: production
webhook_type: 'json-extended'
webhook_url: ${{ secrets.SENTRY_WEBHOOK_URL }}
data: '{ "version": "${{ github.ref_name }}", "environment" : "production" }'
# - name: executing remote ssh commands using password
# uses: appleboy/ssh-action@master
# with: