Skip to content

Commit

Permalink
fix: remove sentry from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Mar 26, 2024
1 parent c4c9ed6 commit 033f3cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ReplaceSentryDSN.ps1

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/release-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
ref: ${{ github.ref }}
fetch-depth: 0

- name: Replace Sentry DSN key
shell: pwsh
run: ./.github/workflows/ReplaceSentryDSN.ps1 -dsn ${{ secrets.SENTRY_DSN }}

- name: Get previous release version
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
Expand Down Expand Up @@ -63,14 +59,3 @@ jobs:
commit_message: "misc: update unstable manifest"
file_pattern: manifest-unstable.json
skip_fetch: true

- name: Push Sentry release "${{ env.NEW_VERSION }}"
uses: getsentry/[email protected]
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: 'dev'
version: ${{ env.NEW_VERSION }}
15 changes: 0 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
ref: ${{ github.ref }}
fetch-depth: 0

- name: Replace Sentry DSN key
shell: pwsh
run: ./.github/workflows/ReplaceSentryDSN.ps1 -dsn ${{ secrets.SENTRY_DSN }}

- name: Get release version
id: currenttag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
Expand Down Expand Up @@ -62,14 +58,3 @@ jobs:
commit_message: "misc: update stable manifest"
file_pattern: manifest.json
skip_fetch: true

- name: Push Sentry release "${{ steps.currenttag.outputs.tag }}"
uses: getsentry/[email protected]
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: 'stable'
version: ${{ steps.currenttag.outputs.tag }}

0 comments on commit 033f3cc

Please sign in to comment.