Skip to content

Commit bd37598

Browse files
committed
fix: Update CI workflow to use ATCODER_REVEL_SESSION for environment setup
1 parent 597b97f commit bd37598

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
- name: Setup .env file
2121
run: |
2222
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
23+
sed -i "s/your_atcoder_session_here/${{ secrets.ATCODER_REVEL_SESSION }}/g" .devcontainer/.env
2524
2625
- name: Login to GitHub Container Registry
2726
uses: docker/login-action@v3

0 commit comments

Comments
 (0)