Skip to content

Commit

Permalink
fix: use SocialGouv PAT in place of Github Token (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot authored Oct 31, 2024
1 parent 196e978 commit 069c94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: ${{ steps.metadata.outputs.data_status }}
env:
HUSKY: "0"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }}
with:
add: "data"
author_name: ${{ secrets.SOCIALGROOVYBOT_NAME }}
Expand All @@ -73,7 +73,7 @@ jobs:
GIT_AUTHOR_NAME: ${{ secrets.SOCIALGROOVYBOT_NAME }}
GIT_COMMITTER_EMAIL: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}
GIT_COMMITTER_NAME: ${{ secrets.SOCIALGROOVYBOT_NAME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }}
NPM_TOKEN: ${{ secrets.SOCIALGROOVYBOT_NPM_TOKEN }}

- uses: mattermost/action-mattermost-notify@master
Expand Down

0 comments on commit 069c94c

Please sign in to comment.