Skip to content

Commit

Permalink
Merge pull request #1101 from navikt/move-runson
Browse files Browse the repository at this point in the history
Move runs on
  • Loading branch information
tu55eladd committed Apr 25, 2023
2 parents 40410df + 49f7667 commit 06a38c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
prod-ekstern-sentry-release:
needs: prod-ekstern
name: Upload sourcemaps to sentry (ekstern)
runs-on: ubuntu-latest
steps:
- uses: getsentry/action-release@v1
runs-on: ubuntu-latest
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: nav
Expand Down

0 comments on commit 06a38c4

Please sign in to comment.