Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

feat(res): move from redirect to json #37

feat(res): move from redirect to json

feat(res): move from redirect to json #37

Workflow file for this run

name: Run tasks on project
on:
push:
branches:
- main # run the action on your projects default branch
jobs:
tasks:
name: Run tasks on project
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
# SENTRY_URL: https://sentry.io/
with:
environment: production