Skip to content

Commit 6e5aba2

Browse files
committed
provide auth token as env
1 parent b2cdeeb commit 6e5aba2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/flutter_native_and_integration_test.yml renamed to .github/workflows/flutter_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
# paths-ignore:
1111
# - 'file/**'
1212

13+
env:
14+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
15+
1316
jobs:
1417
cancel-previous-workflow:
1518
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)