mirror of
https://github.com/Direct-Dev-Ru/go-lcg.git
synced 2025-11-16 09:39:56 +00:00
5 lines
171 B
Bash
5 lines
171 B
Bash
#!/bin/bash
|
|
|
|
go-ansible-vault -i shell-code/build.env -a get -m GITHUB_TOKEN > /tmp/source && source /tmp/source
|
|
|
|
GITHUB_TOKEN=$GITHUB_TOKEN python3 shell-code/release.py |