GH action: Use the right repo token
[e-mobility-charging-stations-simulator.git] / .github / workflows / greetings.yml
CommitLineData
1b6ecb44
JB
1name: Greetings
2
3on: [pull_request, issues]
4
5jobs:
6 greeting:
7 runs-on: ubuntu-latest
8 steps:
9 - uses: actions/first-interaction@v1
10 with:
ff84f69e 11 repo-token: ${{ secrets.USER_TOKEN }}
1b6ecb44
JB
12 issue-message: 'Welcome to your first issue in e-Mobility software'
13 pr-message: 'Welcome to your first PR in e-Mobility software'