Skip to content

Commit

Permalink
ci(github-actions): add codecov token (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Feb 1, 2024
1 parent 96f4bee commit f6ae71b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Expand Up @@ -15,10 +15,11 @@ concurrency:

jobs:
flutter-package:
uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@aaa252cae935fe75e38a1e97ae84e97423f7e682
uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@76add609150c412332bf6369e9021f588df85d70
with:
release: ${{ (github.ref == 'refs/heads/main') && (contains(fromJSON('["workflow_dispatch", "schedule"]'), github.event_name)) }}
secrets:
GH_APP_ID: ${{ secrets.GH_APP_ID }}
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
GOOGLE_SERVICE_ACCOUNT_KEY: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f6ae71b

Please sign in to comment.