Skip to content

πŸ› logout automatically when refresh token fails #126

πŸ› logout automatically when refresh token fails

πŸ› logout automatically when refresh token fails #126

Workflow file for this run

name: CD

Check failure on line 1 in .github/workflows/cd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cd.yml

Invalid workflow file

`createSentryRelease` is not a valid event name
on:
release:
types: [published]
createSentryRelease:
name: Add Sentry release
needs: deploy
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Download build artifact
uses: actions/download-artifact@v3
with:
name: build
- name: Create a Sentry.io release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: twiso
SENTRY_PROJECT: twiso
with:
version: ${{ github.event.release.tag_name }}
environment: prod
sourcemaps: './build/assets'