Skip to content

Allow /qr to be used in user installs #307

Allow /qr to be used in user installs

Allow /qr to be used in user installs #307

Workflow file for this run

name: 'Publish commit to Sentry.io'
on:
push:
branches:
- 'master'
workflow_dispatch: {}
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Sentry Release
uses: getsentry/[email protected]
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_TOKEN }}
SENTRY_ORG: 'lightning-bot'
SENTRY_PROJECT: 'lightning-py'
with:
environment: prod
ignore_missing: true