Skip to content

Fix Trigger.dev CI deploy authentication#17977

Merged
wackerow merged 1 commit intodevfrom
fix/deploy-data-layer-auth
Apr 16, 2026
Merged

Fix Trigger.dev CI deploy authentication#17977
wackerow merged 1 commit intodevfrom
fix/deploy-data-layer-auth

Conversation

@pettinarip
Copy link
Copy Markdown
Member

@pettinarip pettinarip commented Apr 14, 2026

Summary

  • Replace TRIGGER_SECRET_KEY with TRIGGER_ACCESS_TOKEN in the deploy-data-layer workflow
  • The Trigger.dev CLI requires a Personal Access Token (TRIGGER_ACCESS_TOKEN) for CI authentication

Action required

Add the TRIGGER_ACCESS_TOKEN secret to the repo (Settings → Secrets → Actions) with a Trigger.dev Personal Access Token.

Test plan

  • Verify TRIGGER_ACCESS_TOKEN secret is set in repo settings
  • Trigger a deploy by pushing a change to src/data-layer/ on master and confirm the workflow passes

The deploy-data-layer workflow was failing because the Trigger.dev CLI
requires TRIGGER_ACCESS_TOKEN (a Personal Access Token) for CI
authentication, not TRIGGER_SECRET_KEY.
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 14, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit e53ad6c
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/69de79efcb9d4c0008a4f15f
😎 Deploy Preview https://deploy-preview-17977.ethereum.it
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 58 (🔴 down 1 from production)
Accessibility: 94 (no change from production)
Best Practices: 100 (no change from production)
SEO: 98 (🔴 down 1 from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the tooling 🔧 Changes related to tooling of the project label Apr 14, 2026
@wackerow wackerow merged commit 6c9baaa into dev Apr 16, 2026
11 checks passed
@wackerow wackerow deleted the fix/deploy-data-layer-auth branch April 16, 2026 16:19
@pettinarip pettinarip mentioned this pull request Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tooling 🔧 Changes related to tooling of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants