We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015c7d3 commit 7e8b97dCopy full SHA for 7e8b97d
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,8 @@ on:
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
+ env:
13
+ CODEBATTLE_AUTH_TOKEN: ${{ secrets.CODEBATTLE_AUTH_TOKEN }}
14
15
steps:
16
- uses: actions/checkout@v4
0 commit comments