diff --git a/docs/product/test-analytics/index.mdx b/docs/product/test-analytics/index.mdx index 441578217415eb..4490b6873cfab6 100644 --- a/docs/product/test-analytics/index.mdx +++ b/docs/product/test-analytics/index.mdx @@ -37,7 +37,7 @@ If you are already using GitHub Actions, you can use the `getsentry/prevent-acti ```yaml - name: Upload test results to Sentry if: ${{ !cancelled() }} - uses: getsentry/prevent-action + uses: getsentry/prevent-action@v0 with: token: ${{ secrets.SENTRY_PREVENT_TOKEN }} ``` @@ -91,7 +91,7 @@ After your workflow runs, view failed tests in the [failed tests dashboard](http ![Test Analytics comment](./img/TA-comment.png) -You can see a complete overview of your test analytics in the [test analytics dashboard](https://sentry.io/prevent/tests/). +You can see a complete overview of your test analytics in the [test analytics dashboard](https://sentry.io/prevent/tests/). **Note**: The `All Branches`dashboard refreshes every 24 hours. ## Permissions and Repository Tokens When configuring Test Analytics, you'll be asked to choose your upload permissions. For GitHub Actions, you can use [OpenID Connect](https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect), or generate a repository token. Using the CLI, generate a repository token.