We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fb65a commit 9a85111Copy full SHA for 9a85111
.github/workflows/ci.yml
@@ -88,6 +88,7 @@ jobs:
88
run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:facebook_utils:ios
89
env:
90
DEVELOPER_DIR: ${{ env.CI_XCODE_13 }}
91
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92
- name: Send codecov
93
run: bash <(curl https://codecov.io/bash)
94
0 commit comments