Skip to content

Commit

Permalink
ci: TS_API_KEY를 못불러오는 현상 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dungsil committed Sep 20, 2024
1 parent 2ab2052 commit f8da46b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tailscale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,7 +33,7 @@ jobs:
- name: Tailscale ACL 동기화
uses: tailscale/[email protected]
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'

0 comments on commit f8da46b

Please sign in to comment.