Changed "export" to env
Some checks failed
Compile / Compile (push) Failing after 18s

This commit is contained in:
2026-01-06 18:05:30 -03:00
parent 9dc1cf10c7
commit eed6a9d9f6

View File

@@ -18,10 +18,8 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Set Token and Server ID
run: |
export BOT_TOKEN="${{ secrets.TOKEN }}"
export TEST_SERVER_ID="${{ secrets.SERVER_ID }}"
- name: Execute program
env:
BOT_TOKEN: ${{ secrets.TOKEN }}
TEST_SERVER_ID: ${{ secrets.SERVER_ID }}
run: bundle exec ruby main.rb