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