|
|
@ -12,7 +12,7 @@ steps: |
|
|
|
- name: Run |
|
|
|
- name: Run |
|
|
|
image: golang |
|
|
|
image: golang |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- echo $SECRET_MESSAGE |
|
|
|
- echo $${SECRET_MESSAGE} |
|
|
|
- ./Phasmobot -t $${DISCORD_TOKEN} |
|
|
|
- ./Phasmobot -t $${DISCORD_TOKEN} |
|
|
|
secrets: [ discord_token, secret_message ] |
|
|
|
secrets: [ discord_token, secret_message ] |
|
|
|
when: |
|
|
|
when: |
|
|
|