Skip to content

Return accumulator on projects request error (#6348) #98

Return accumulator on projects request error (#6348)

Return accumulator on projects request error (#6348) #98

name: Sentry Staging Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
# See: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow#using-the-checkout-action
- uses: actions/checkout@v4
- name: Create new Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
with:
environment: staging
finalize: false
projects: ${{ secrets.SENTRY_PROJECT_APP }} ${{ secrets.SENTRY_CONTENT_APP }}