diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd9f94a..5c9871f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,4 +17,13 @@ jobs: run: | echo Add oher actions to build, echo test, and deploy your project . - + echo "" + check-vars: + runs-on: ubuntu-latest + steps: + - run: echo "instance address is -> ${{ vars.GIT_INSTANCE_ADDRESS }} " + - run: echo "public key is -> ${{vars.GIT_SSH_PUBLIC_KEY }}" + check-secrets: + runs-on: ubuntu-latest + steps: + - run: echo "k8s config token {{secrets.K8S_CONFIG }}" diff --git a/.github/workflows/firsrtflow.yaml b/.github/workflows/firsrtflow.yaml index e3c244d..f05b158 100644 --- a/.github/workflows/firsrtflow.yaml +++ b/.github/workflows/firsrtflow.yaml @@ -12,8 +12,7 @@ jobs: run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 runs-on: ubuntu-latest steps: - - name: ${{ github.actor }} is testing out Gitea Actions 🚀 - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ gitea.repository }}." - name: Add replacement for github download