Skip to content

Commit

Permalink
fix: GitHub access token for Replexica (#16395)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithwillcode authored and zomars committed Aug 29, 2024
1 parent 4d330de commit db55b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: replexica/replexica@main
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
with:
api-key: ${{ secrets.CI_REPLEXICA_API_KEY }}
pull-request: true

0 comments on commit db55b13

Please sign in to comment.