chore: fix workflow token secret name

- use CLAWDINATOR_WORKFLOW_TOKEN instead of GITHUB_WORKFLOW_TOKEN
- update infra README
This commit is contained in:
Josh Palmer 2026-02-03 01:32:30 +01:00
parent 05d43b1926
commit 56ffff4010
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
TF_BACKEND_DYNAMO_TABLE: clawdinator-terraform-locks
TF_VAR_control_api_enabled: true
TF_VAR_control_api_token: ${{ secrets.CONTROL_API_TOKEN }}
TF_VAR_github_token: ${{ secrets.GITHUB_WORKFLOW_TOKEN }}
TF_VAR_github_token: ${{ secrets.CLAWDINATOR_WORKFLOW_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@ -63,7 +63,7 @@ export TF_VAR_github_token=...
- `S3_BUCKET`
- `CLAWDINATOR_SSH_PUBLIC_KEY`
- `CONTROL_API_TOKEN`
- `GITHUB_WORKFLOW_TOKEN`
- `CLAWDINATOR_WORKFLOW_TOKEN`
## Runtime bootstrap
- Instances get an IAM role with read access to `s3://${S3_BUCKET}/bootstrap/*` for secrets + repo seeds.