Different way to generate hash and space-tab fix for galaxy id.

This commit is contained in:
Robert de Bock 2020-08-31 17:10:17 +02:00
parent f65ec5f8c3
commit 7ef6fea4e6
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@
failed_when: no
- name: generate secure hash
command: "/usr/bin/travis encrypt --pro robertdebock:{{ secure.slack_token }} --no-interactive"
command: "/usr/bin/travis encrypt --pro {{ secure.slack_token }} --no-interactive"
register: travis_secure
when:
- travis.notifications.slack is defined