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 597b97f commit bd37598Copy full SHA for bd37598
.github/workflows/ci.yml
@@ -20,8 +20,7 @@ jobs:
20
- name: Setup .env file
21
run: |
22
cp .devcontainer/.env.example .devcontainer/.env
23
- sed -i "s/your_atcoder_username_here/${{ secrets.ATCODER_USERNAME }}/g" .devcontainer/.env
24
- sed -i "s/your_atcoder_password_here/${{ secrets.ATCODER_PASSWORD }}/g" .devcontainer/.env
+ sed -i "s/your_atcoder_session_here/${{ secrets.ATCODER_REVEL_SESSION }}/g" .devcontainer/.env
25
26
- name: Login to GitHub Container Registry
27
uses: docker/login-action@v3
0 commit comments