Skip to content

Commit

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

- name: Create env file with secrets
run: |
mkdir -p /opt/worker_configs/worker_env
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 bc31d93

Please sign in to comment.