We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8b97d commit 5924521Copy full SHA for 5924521
1 file changed
.github/workflows/ci.yml
@@ -28,6 +28,10 @@ jobs:
28
- name: Build
29
run: make build
30
31
+ - name: Create .env file
32
+ if: github.ref == 'refs/heads/main'
33
+ run: echo "CODEBATTLE_AUTH_TOKEN=${{ secrets.CODEBATTLE_AUTH_TOKEN }}" > .env
34
+
35
- name: Push tasks to public
36
if: github.ref == 'refs/heads/main'
37
run: make push-public
0 commit comments