update github action files

This commit is contained in:
踢低吸 2023-07-08 07:59:53 +00:00
parent d7fc68b6c1
commit 952a12f072

View File

@ -10,6 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true
## limits ssh access and adds the ssh public keys of the listed GitHub users
limit-access-to-users: tasi788
- uses: actions/setup-python@v4
with:
python-version: '3.9'