diff options
| -rw-r--r-- | .github/workflows/sentry_release.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yaml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/.github/workflows/sentry_release.yaml b/.github/workflows/sentry_release.yaml index 1a1db1b..e28851d 100644 --- a/.github/workflows/sentry_release.yaml +++ b/.github/workflows/sentry_release.yaml @@ -24,7 +24,7 @@ jobs:            printf "%s\n" "${version}"        - name: Create a Sentry.io release -        uses: tclindner/[email protected] +        uses: tclindner/[email protected]          env:            SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}            SENTRY_ORG: python-discord diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3da7e7a..1159d81 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -90,7 +90,7 @@ jobs:        # Comment on the PR with the coverage results and register a GitHub check        # which links to the coveralls.io job.        - name: Publish coverage report to coveralls.io -        uses: coverallsapp/[email protected] +        uses: coverallsapp/[email protected]          with:            github-token: ${{ secrets.GITHUB_TOKEN }}            format: lcov | 
