Skip to content

install_linux: add mise to server preset, normalize formatting #122

install_linux: add mise to server preset, normalize formatting

install_linux: add mise to server preset, normalize formatting #122

Workflow file for this run

name: Sync Tailscale ACLs
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
acls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Test ACL
if: github.event_name == 'pull_request'
id: test-acl
uses: tailscale/gitops-acl-action@v1
with:
oauth-client-id: ${{ secrets.TS_OAUTH_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET}}
tailnet: ${{ secrets.TS_TAILNET }}
action: test
policy-file: tailscale.acl.hujson
- name: Deploy ACL
if: github.event_name == 'push'
id: deploy-acl
uses: tailscale/gitops-acl-action@v1
with:
oauth-client-id: ${{ secrets.TS_OAUTH_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET}}
tailnet: ${{ secrets.TS_TAILNET }}
action: apply
policy-file: tailscale.acl.hujson