Add .gitea/workflows/test-libyan.yml
This commit is contained in:
parent
39a882cb18
commit
35242b8ef8
1 changed files with 17 additions and 0 deletions
17
.gitea/workflows/test-libyan.yml
Normal file
17
.gitea/workflows/test-libyan.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: LIBYAN_TEST
|
||||
run-name: ${{ gitea.actor }} LITYAN_TEST
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.ELYSIUM_ORG_READ_TOKEN }}
|
||||
KUBECONFIG_BASE64: ${{ secrets.KUBECONFIG_USW_DEV }}
|
||||
jobs:
|
||||
libyan-test:
|
||||
steps:
|
||||
- name: Libyan Config
|
||||
uses: elysium/libyan
|
||||
- name: list
|
||||
run: |
|
||||
ls -lah
|
Reference in a new issue