Skip to content

Comment out Robbinsdale and Ottawa configurations in Tailscale policy… #163

Comment out Robbinsdale and Ottawa configurations in Tailscale policy…

Comment out Robbinsdale and Ottawa configurations in Tailscale policy… #163

Workflow file for this run

name: Sync Tailscale ACLs
on:
push:
branches: [ "main" ]
paths:
- 'tailscale/policy.hujson'
pull_request:
branches: [ "main" ]
paths:
- 'tailscale/policy.hujson'
jobs:
acls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- 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 }}
policy-file: tailscale/policy.hujson
action: apply
- 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 }}
policy-file: tailscale/policy.hujson
action: test