Skip to content

Commit f9053f7

Browse files
committed
sentry test upload
1 parent 346f5be commit f9053f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/acceptance.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Acceptance Tests
2-
2+
permissions:
3+
id-token: write
34
on:
45
push:
56
branches: [ main, develop ]
@@ -34,5 +35,3 @@ jobs:
3435
- name: Upload test results to Sentry Prevent
3536
if: ${{ !cancelled() }}
3637
uses: getsentry/prevent-action@v0
37-
with:
38-
token: ${{ secrets.SENTRY_PREVENT_TOKEN }}

0 commit comments

Comments
 (0)