Skip to content

Commit

Permalink
Add upterm to the nix build runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tobim committed May 28, 2024
1 parent 15f7423 commit d7cb0a6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,13 @@ jobs:
with:
name: tenzir
authToken: "${{ secrets.CACHIX_TENZIR_API_TOKEN }}"
# Avoid pushing the full enterprise edition.
pushFilter: "tenzir-ee"
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:

Check failure on line 107 in .github/workflows/nix.yaml

View workflow job for this annotation

GitHub Actions / yamllint

107:15 syntax error: mapping values are not allowed here (syntax)
## 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: tobim
- name: Build Nix Packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d7cb0a6

Please sign in to comment.