test: testando envio de releases para Sentry 3
This commit is contained in:
23
.github/workflows/on_release.yml
vendored
23
.github/workflows/on_release.yml
vendored
@@ -41,25 +41,12 @@ jobs:
|
|||||||
# push: true
|
# push: true
|
||||||
# tags: ${{ steps.meta.outputs.tags }}
|
# tags: ${{ steps.meta.outputs.tags }}
|
||||||
# labels: ${{ steps.meta.outputs.labels }}
|
# labels: ${{ steps.meta.outputs.labels }}
|
||||||
# - name: Create Sentry release
|
- name: Create Sentry release
|
||||||
# uses: getsentry/action-release@v1
|
uses: distributhor/workflow-webhook@v2
|
||||||
# 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
|
|
||||||
env:
|
env:
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
webhook_type: 'json-extended'
|
||||||
SENTRY_ORG: make-codes
|
webhook_url: ${{ secrets.SENTRY_WEBHOOK_URL }}
|
||||||
SENTRY_PROJECT: minesweeper
|
data: '{ "version": "${{ github.ref_name }}", "environment" : "production" }'
|
||||||
with:
|
|
||||||
tagName: ${{ github.ref_name }}
|
|
||||||
environment: production
|
|
||||||
|
|
||||||
# - name: executing remote ssh commands using password
|
# - name: executing remote ssh commands using password
|
||||||
# uses: appleboy/ssh-action@master
|
# uses: appleboy/ssh-action@master
|
||||||
# with:
|
# with:
|
||||||
|
|||||||
Reference in New Issue
Block a user