From f8da46b460ca5a26326ff8d0b5ddd9afd2eed2a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=9A=A9=EA=B1=B4=20=28Kim=20Younggeon=29?= Date: Fri, 20 Sep 2024 17:20:30 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20`TS=5FAPI=5FKEY`=EB=A5=BC=20=EB=AA=BB?= =?UTF-8?q?=EB=B6=88=EB=9F=AC=EC=98=A4=EB=8A=94=20=ED=98=84=EC=83=81=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tailscale.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tailscale.yml b/.github/workflows/tailscale.yml index d54c926..2a3052a 100644 --- a/.github/workflows/tailscale.yml +++ b/.github/workflows/tailscale.yml @@ -6,11 +6,12 @@ on: branches: - main paths: + - .github/workflows/tailscale.yml - tailscale/** jobs: acl: - name: Tailscale ACL (Access Control) + name: ACL (Access Control) runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -32,7 +33,7 @@ jobs: - name: Tailscale ACL 동기화 uses: tailscale/gitops-acl-action@v1.3.0 with: - tailnet: ${{ secrets.TS_TAILNET }} - api-key: ${{ secrets.TS_API_KEY }} + tailnet: ${{ env.TS_TAILNET }} + api-key: ${{ env.TS_API_KEY }} action: apply policy-file: './tailscale/policy.hujson'