mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
fix(ci): fix first-time contributor welcome action
- Change repo-token to repo_token (correct parameter name) - Add write permissions for issues and pull-requests
This commit is contained in:
parent
6d96cab5ae
commit
dc498ef77d
1 changed files with 5 additions and 1 deletions
|
|
@ -8,13 +8,17 @@ on:
|
|||
types:
|
||||
- opened
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
welcome:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/first-interaction@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue_message: |
|
||||
Hello there ${{ github.actor }}! 👋
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue