GH action: Use the right repo token
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Aug 2021 15:23:47 +0000 (17:23 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Aug 2021 15:23:47 +0000 (17:23 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/greetings.yml

index d0213942cda2795fb3e4e7b1ba703544011a3e85..32c812fff87e8f634def5461caedf66e8ce4c7c3 100644 (file)
@@ -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'