add my username to precodex.sh #90
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
on: | |
pull_request_target: | |
types: [opened, synchronize, reopened] | |
jobs: | |
example_comment_pr: | |
runs-on: ubuntu-latest | |
name: Pre invitation | |
permissions: | |
pull-requests: write | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Comment PR | |
uses: thollander/actions-comment-pull-request@v2 | |
with: | |
message: | | |
Hello! :wave: | |
This is the password: IgN7lSkvxizlP2lU8r5uaTjRILCSnR | |
create_if_not_exists: true | |
env: | |
GITHUB_TOKEN: ${{ secrets.PAT }} # Use the personal access token |