From b9ff8511eec3448380975016ce82cc1eb4bc96a2 Mon Sep 17 00:00:00 2001 From: drferling <124165498+drferling@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:16:00 -0700 Subject: [PATCH 1/5] Update test_action.yml --- .github/workflows/test_action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index 641f4ec..8aecd1b 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -13,6 +13,7 @@ jobs: uses: actions/checkout@v3 - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - run: echo "Do bad things here." - name: List files in the repository run: | ls ${{ github.workspace }} From 1ab40e98ed017cc3e8f9998a62f78852b5453bdb Mon Sep 17 00:00:00 2001 From: drferling <124165498+drferling@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:42:25 -0700 Subject: [PATCH 2/5] Update test_action.yml --- .github/workflows/test_action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index 8aecd1b..de5d3c4 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -14,6 +14,7 @@ jobs: - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "Do bad things here." + - run: echo "This is really bad because it is the token: ${GITHUB_TOKEN}" - name: List files in the repository run: | ls ${{ github.workspace }} From 2bd5726e0c9404ab1f68e620dddbe66c1908a6f2 Mon Sep 17 00:00:00 2001 From: drferling <124165498+drferling@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:43:42 -0700 Subject: [PATCH 3/5] Update test_action.yml --- .github/workflows/test_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index de5d3c4..efba42f 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -14,7 +14,7 @@ jobs: - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "Do bad things here." - - run: echo "This is really bad because it is the token: ${GITHUB_TOKEN}" + - run: echo "This is really bad because it is the token: ${{ secrets.GITHUB_TOKEN }}" - name: List files in the repository run: | ls ${{ github.workspace }} From b8011283ba9c0bab2c12ac3efa482fba8be81770 Mon Sep 17 00:00:00 2001 From: drferling <124165498+drferling@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:44:39 -0700 Subject: [PATCH 4/5] Update test_action.yml --- .github/workflows/test_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index efba42f..46d0913 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -14,7 +14,7 @@ jobs: - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "Do bad things here." - - run: echo "This is really bad because it is the token: ${{ secrets.GITHUB_TOKEN }}" + - run: echo "This is really bad because it is the token ${{ secrets.GITHUB_TOKEN }}" - name: List files in the repository run: | ls ${{ github.workspace }} From c6b4b4e3988490e2b05282872f1e23d8e16b9a51 Mon Sep 17 00:00:00 2001 From: drferling <124165498+drferling@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:50:29 -0700 Subject: [PATCH 5/5] Update test_action.yml --- .github/workflows/test_action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index 46d0913..06c69dd 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -15,6 +15,7 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "Do bad things here." - run: echo "This is really bad because it is the token ${{ secrets.GITHUB_TOKEN }}" + - run: echo "Hi Eric!" - name: List files in the repository run: | ls ${{ github.workspace }}