Skip to content

[BUG]

[BUG] #1

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{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}}

Check failure on line 14 in .github/workflows/greetings.yml

View workflow run for this annotation

GitHub Actions / Greetings

Invalid workflow file

The workflow is not valid. .github/workflows/greetings.yml (Line: 14, Col: 21): Unrecognized named-value: 'ghp_**github-token-removed**'. Located at position 1 within expression: ghp_**github-token-removed**
issue-message: "Hello! This is your first issue! Make sure to read the rules"
pr-message: "Hi dev! Thanks for helping us! This is your first pull."