Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Oct 18, 2024
1 parent 9c0dd93 commit 1b2cadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/REUSABLE_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_ACTOR_TOKEN }}
token: ${{ secrets.git_actor_token != '' && secrets.git_actor_token || secrets.GITHUB_TOKEN }}

- name: Set up Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 1b2cadf

Please sign in to comment.