We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b266ce1 + ee57976 commit b2ee2f7Copy full SHA for b2ee2f7
.github/workflows/cdash.yml
@@ -10,6 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
+ - run: env
14
- run: .github/post-cdash-status
15
env:
- CI_GITHUB_ROBOT_TOKEN: ${{ env.CI_GITHUB_ROBOT_TOKEN }}
16
+ CI_GITHUB_ROBOT_TOKEN: ${{ secrets.CI_GITHUB_ROBOT_TOKEN }}
0 commit comments