Skip to content

Commit f5a8f69

Browse files
committed
Rename workflow token to FRONTEND_REPO_TOKEN for clarity
1 parent 3ed56f0 commit f5a8f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-mcpb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151
with:
5252
repository: xonack/apex-frontend
53-
token: ${{ secrets.NEXTJS_REPO_TOKEN }}
53+
token: ${{ secrets.FRONTEND_REPO_TOKEN }}
5454
path: apex-frontend
5555
ref: master
5656

0 commit comments

Comments
 (0)