Skip to content

Commit

Permalink
Merge pull request #6286 from mailcow/fix-workflow-staging
Browse files Browse the repository at this point in the history
Fix check_prs_if_on_staging workflow
  • Loading branch information
DerLinkman authored Feb 11, 2025
2 parents 3544a22 + 83fc2c6 commit ac2f0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_prs_if_on_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Send message
uses: thollander/actions-comment-pull-request@v3.0.1
with:
GITHUB_TOKEN: ${{ secrets.CHECKIFPRISSTAGING_ACTION_PAT }}
github-token: ${{ secrets.CHECKIFPRISSTAGING_ACTION_PAT }}
message: |
Thanks for contributing!
Expand Down

0 comments on commit ac2f0c7

Please sign in to comment.