repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c776a2e
)
GH action: Use the right repo token
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 21 Aug 2021 15:23:47 +0000
(17:23 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/greetings.yml
b/.github/workflows/greetings.yml
index d0213942cda2795fb3e4e7b1ba703544011a3e85..32c812fff87e8f634def5461caedf66e8ce4c7c3 100644
(file)
--- 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'