Skip to content

Commit

Permalink
mkdir one more
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Aug 9, 2024
1 parent bc31d93 commit 869e27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Create env file with secrets
run: |
mkdir -p /opt/worker_configs/worker_env
mkdir -p /opt/worker_configs
echo "export TWITTER_AUTH_TOKEN_V2=${{ secrets.TWITTER_AUTH_TOKEN_V2 }}" >> /opt/worker_configs/worker_env
echo "export DISCORD_AUTH_TOKEN=${{ secrets.DISCORD_AUTH_TOKEN }}" >> /opt/worker_configs/worker_env
echo "export ACHAINABLE_AUTH_KEY=${{ secrets.ACHAINABLE_AUTH_KEY }}" >> /opt/worker_configs/worker_env
Expand Down

0 comments on commit 869e27b

Please sign in to comment.