From c685b4b0992eea72f0b37853fa1a50bc0fc5e3e9 Mon Sep 17 00:00:00 2001 From: David Ferlay Date: Fri, 10 May 2024 11:53:12 +0200 Subject: [PATCH] CI TTY testing --- .github/workflows/manual.yml | 24 ++++++++++++++++++++++++ .gitignore | 4 +++- .plasmactl/keyring.yaml.age | 5 +++++ 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/manual.yml create mode 100644 .plasmactl/keyring.yaml.age diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml new file mode 100644 index 0000000..88825ae --- /dev/null +++ b/.github/workflows/manual.yml @@ -0,0 +1,24 @@ +name: Ensure no TTY if user does not need to input anythin +on: + push: + workflow_dispatch: + +jobs: + job1: + name: Login + runs-on: ubuntu-latest + env: + TOKEN_JSON: ${{ secrets.TOKEN_JSON }} + CREDENTIALS_JSON: ${{ secrets.CREDENTIALS_JSON }} + steps: + - name: Git checkout + uses: actions/checkout@v3 + - name: Commands + run: | + echo + date + pwd + whoami + make all + ls -lah bin/launchr + ./bin/launchr login --url=http://***.git --username="***" --password="***" --keyring-passphrase="***" diff --git a/.gitignore b/.gitignore index 30dd966..02de6e3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ *.gz *.gen.go dist/ -vendor/ \ No newline at end of file +vendor/ +.plasmactl/ +keyring.yaml.age diff --git a/.plasmactl/keyring.yaml.age b/.plasmactl/keyring.yaml.age new file mode 100644 index 0000000..1bf9a4c --- /dev/null +++ b/.plasmactl/keyring.yaml.age @@ -0,0 +1,5 @@ +age-encryption.org/v1 +-> scrypt gR4xBe17fgkSz8zLFf4T4g 18 +tuks+EpBndjt7HdNh/Zi+FlxDr2pVsmR5WoTHigbuCE +--- Y9QTZi6/VZBDYgqAZ8FUvhKwrkSLPsfI0SMa7N8uiTE +73@}'~57h =im_eM&%}JzVa+m0EhHsl5wۓ;{KaPG7_T譯񊗹4`_G]ꂙYfJ^| ȿ \ No newline at end of file