Skip to content

Commit

Permalink
enable ssh access
Browse files Browse the repository at this point in the history
  • Loading branch information
holesch committed Aug 6, 2024
1 parent 1c99cd1 commit 7d14f9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Build Sphinx documentation
run: sphinx-build -n -W --keep-going doc doc/_build
static_checks:
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -35,6 +37,10 @@ jobs:
run: isort --check not_my_board tests
- name: Check spelling
run: git ls-files -z | xargs -0 -- codespell
- name: Store GitHub Token
run: echo ${{ secrets.GITHUB_TOKEN }} > /tmp/token
- name: Setup upterm session
uses: lhotari/action-upterm@v1
test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 7d14f9f

Please sign in to comment.