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 6a7e49c commit ffdaae1Copy full SHA for ffdaae1
1 file changed
.github/workflows/build.yml
@@ -41,4 +41,4 @@ jobs:
41
if: success() || failure()
42
with:
43
report_paths: 'build/test-results/test/TEST-*.xml'
44
- token: {{ secrets.CI_PAT }}
+ token: ${{ secrets.CI_PAT }}
0 commit comments