Skip to content

feat: monkey patch

feat: monkey patch #1

Workflow file for this run

name: New Sentry Release
on:
# obviously revert me too
pull_request:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
if: github.event.pull_request.head.ref == 'feat_sentry_release_yml'
# obviously revert me once ready
ref: feat_sentry_release_yml
steps:
- uses: actions/checkout@v2
- name: Sentry Release
uses: getsentry/action-release@v1.0.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

Check failure on line 20 in .github/workflows/sentry.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sentry.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: production