Skip to content

Commit d9e5777

Browse files
committed
use personal access token
1 parent 1db72dc commit d9e5777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
group: trigger-deploy-${{ github.ref }}
1515
cancel-in-progress: false
1616
env:
17-
TRIGGER_API_KEY: ${{ github.ref == 'refs/heads/main' && secrets.TRIGGER_API_KEY || secrets.STAGING_TRIGGER_API_KEY }}
17+
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)