Skip to content

Commit c1a47ba

Browse files
authored
Update TELOXIDE_TOKEN handling in workflow
Change TELOXIDE_TOKEN export to echo into .env file.
1 parent d5ff5c8 commit c1a47ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
git clone https://github.com/destroydevs/TikFetchBot.git .
2929
fi
3030
31-
export TELOXIDE_TOKEN=${{ secrets.TELOXIDE_TOKEN }}
31+
echo "TELOXIDE_TOKEN=${{ secrets.TELOXIDE_TOKEN }}" > .env
3232
3333
docker compose up -d --build
3434

0 commit comments

Comments
 (0)