Skip to content

Commit a2dc267

Browse files
committed
fix: use ACTIONS_DEPLOY_ACCESS_TOKEN for repo checkout
Will create proper token strategy (GitHub App + machine user) separately. For now, use existing org-level PAT.
1 parent 068dbd5 commit a2dc267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
repository: neherdata/nds_server
28-
token: ${{ secrets.NDS_HELPER_TOKEN }}
28+
token: ${{ secrets.ACTIONS_DEPLOY_ACCESS_TOKEN }}
2929
path: nds_server
3030

3131
- name: Setup Tailscale

0 commit comments

Comments
 (0)