Update get_context.yml
This commit is contained in:
parent
4ea3fcc99c
commit
8f435d9c4e
1 changed files with 2 additions and 4 deletions
6
.github/workflows/get_context.yml
vendored
6
.github/workflows/get_context.yml
vendored
|
@ -19,12 +19,10 @@ jobs:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
run: ls -R
|
run: ls -R
|
||||||
- run: python get_context.py mstdn.thms.uk 1 1
|
- run: python get_context.py ${{ secrets.ACCESS_TOKEN }} mstdn.thms.uk 1 1
|
||||||
with:
|
|
||||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
path: |
|
path: |
|
||||||
artifacts
|
artifacts
|
||||||
|
|
Loading…
Reference in a new issue