Intermittent connection issues to runfission.com & error: "Invalid key file provided." #2141
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings π | |
on: [pull_request, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Thank you for submitting an issue! It means a lot that you took the time -- it helps us be better π' | |
pr-message: "Thank you for submitting a PR π It's very appreciated!" |