Updated Set Token workflow to correct variables
Some checks failed
Compile / Compile (push) Failing after 23s
Some checks failed
Compile / Compile (push) Failing after 23s
This commit is contained in:
@@ -18,8 +18,10 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bundle install
|
run: bundle install
|
||||||
|
|
||||||
- name: Set Token
|
- name: Set Token and Server ID
|
||||||
run: export TEST_SERVER_ID="${{ secrets.TOKEN }}"
|
run: |
|
||||||
|
export BOT_TOKEN="${{ secrets.TOKEN }}"
|
||||||
|
export TEST_SERVER_ID="${{ secrets.SERVER_ID }}"
|
||||||
|
|
||||||
- name: Execute program
|
- name: Execute program
|
||||||
run: bundle exec ruby main.rb
|
run: bundle exec ruby main.rb
|
||||||
Reference in New Issue
Block a user