Skip to content

Commit

Permalink
Add version of Sentry release action to workflow
Browse files Browse the repository at this point in the history
To help with debugging Sentry related issues in future.

Dependabot will update this for us.
  • Loading branch information
StevenMaude committed Jan 30, 2024
1 parent 70b5541 commit e8deb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
ssh -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" dokku@dokku3.ebmdatalab.net git:from-image opencodelists $SHA
- name: Create Sentry release
uses: getsentry/action-release@e769183448303de84c5a06aaaddf9da7be26d6c7
uses: getsentry/action-release@e769183448303de84c5a06aaaddf9da7be26d6c7 # v1.7.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_RELEASE_INTEGRATION_TOKEN }}
SENTRY_ORG: ebm-datalab
Expand Down

0 comments on commit e8deb0a

Please sign in to comment.