Skip to content

Commit cd27314

Browse files
ferr079claude
andcommitted
ci: pass CTF API tokens to build step
HTB_API_TOKEN, ROOTME_API_KEY, ROOTME_UID as GitHub secrets. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 290efa4 commit cd27314

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- run: npm ci
1818

1919
- run: npm run build
20+
env:
21+
HTB_API_TOKEN: ${{ secrets.HTB_API_TOKEN }}
22+
ROOTME_API_KEY: ${{ secrets.ROOTME_API_KEY }}
23+
ROOTME_UID: ${{ secrets.ROOTME_UID }}
2024

2125
- run: npx wrangler deploy
2226
env:

0 commit comments

Comments
 (0)