Skip to content

Commit

Permalink
fix: added env ghtoken in the action website
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasHenriqueDiniz committed Nov 17, 2024
1 parent dcea37c commit e342da9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web-client/components/GithubBody/ActionsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ on:
jobs:
weeb_profile:
runs_on: ${actionCode.jobs.weeb_profile.runs_on}
env:
GH_TOKEN: \${{ secrets.GH_TOKEN }}
steps:
- name: ${actionCode.jobs.weeb_profile.steps.name}
uses: ${actionCode.jobs.weeb_profile.steps.uses}
Expand Down

0 comments on commit e342da9

Please sign in to comment.