Skip to content

Commit b40892c

Browse files
fix: use PREVENT_TOKEN
1 parent db6f784 commit b40892c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
pip install sentry-prevent-cli
2323
sentry-prevent-cli -v upload --report-type test-results
2424
env:
25-
token: ${{ secrets.PREVENT_TOKEN }}
25+
PREVENT_TOKEN: ${{ secrets.PREVENT_TOKEN }}

0 commit comments

Comments
 (0)