From: Jérôme Benoit Date: Sat, 21 Aug 2021 15:23:47 +0000 (+0200) Subject: GH action: Use the right repo token X-Git-Tag: v1.0.40~14 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ff84f69e3561bd44b9b5afcceaf027b1fab9c82f;p=e-mobility-charging-stations-simulator.git GH action: Use the right repo token Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index d0213942..32c812ff 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -8,6 +8,6 @@ jobs: steps: - uses: actions/first-interaction@v1 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.USER_TOKEN }} issue-message: 'Welcome to your first issue in e-Mobility software' pr-message: 'Welcome to your first PR in e-Mobility software'