From 8f435d9c4e6d5cbf28e3822306b794f0fe7d5bba Mon Sep 17 00:00:00 2001 From: nanos Date: Mon, 6 Mar 2023 12:49:56 +0000 Subject: [PATCH] Update get_context.yml --- .github/workflows/get_context.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index a3c91c2..7317f55 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -19,12 +19,10 @@ jobs: name: artifacts - name: Display structure of downloaded files run: ls -R - - run: python get_context.py mstdn.thms.uk 1 1 - with: - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} + - run: python get_context.py ${{ secrets.ACCESS_TOKEN }} mstdn.thms.uk 1 1 - name: Upload artifacts uses: actions/upload-artifact@v3 with: name: artifacts path: | - artifacts \ No newline at end of file + artifacts