Skip to content

Commit

Permalink
CI TTY testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidferlay committed May 10, 2024
1 parent 65101a1 commit c685b4b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -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="***"
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
*.gz
*.gen.go
dist/
vendor/
vendor/
.plasmactl/
keyring.yaml.age
5 changes: 5 additions & 0 deletions .plasmactl/keyring.yaml.age
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
age-encryption.org/v1
-> scrypt gR4xBe17fgkSz8zLFf4T4g 18
tuks+EpBndjt7HdNh/Zi+FlxDr2pVsmR5WoTHigbuCE
--- Y9QTZi6/VZBDYgqAZ8FUvhKwrkSLPsfI0SMa7N8uiTE
7�3���@���}'~�57��h����=�i��m�_���e�M&�%}�Jz��V�a�����+������m���0Eh����Hsl�5wۓ;���{KaP���G7���_T譯񊗹4`�_�G�]�ꂙ�YfJ^| ȿ
Expand Down

0 comments on commit c685b4b

Please sign in to comment.