Skip to content

Commit

Permalink
Using PAT with limited scope (Typositoire#119)
Browse files Browse the repository at this point in the history
* Using PAT with limited scope

* Missing repo name
  • Loading branch information
Typositoire authored Mar 28, 2024
1 parent 9f31a57 commit 5d9c7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
- name: Dispatch information to repository 🗣️
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.TOKENFORCOMMENT }}
repository: typositoire/concourse-helm3-resource
event-type: pr-comment
client-payload: '{"pr_number": "${{ github.event.number }}", "artifact_url": "${{ steps.artifact-upload.outputs.artifact-url }}", "run_id": "${{ github.run_id }}"}'

0 comments on commit 5d9c7dd

Please sign in to comment.