Skip to content

Commit

Permalink
Update GitHub token in pull request workflow (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharath Nallapeta authored Jun 24, 2024
1 parent 2aff67d commit ff6d90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Comment on PR
uses: mshick/add-pr-comment@v2
env:
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: '@${{ github.actor }} Image is available for testing. `docker pull ${{ env.IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.GIT_TAG }}`'
allow-repeats: false
Expand Down

0 comments on commit ff6d90f

Please sign in to comment.