Skip to content

Commit 1b2cadf

Browse files
chore: debug
1 parent 9c0dd93 commit 1b2cadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/REUSABLE_frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Check out code
134134
uses: actions/checkout@v3
135135
with:
136-
token: ${{ secrets.GIT_ACTOR_TOKEN }}
136+
token: ${{ secrets.git_actor_token != '' && secrets.git_actor_token || secrets.GITHUB_TOKEN }}
137137

138138
- name: Set up Node
139139
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)