Skip to content

Commit

Permalink
Changing token in approval reaction (#2745)
Browse files Browse the repository at this point in the history
Changing token
  • Loading branch information
germa89 authored Feb 2, 2024
1 parent 8b8a754 commit 9f6be03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
#https://github.com/ansys/pymapdl/pull/2654#issuecomment-1889009514
uses: dkershner6/reaction-action@v2 # You can also use a specific version, e.g. v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
commentId: ${{ steps.settings.outputs.commentid }} # Optional if the trigger is a comment. Use another action to find this otherwise.
reaction: "+1" # Optional

Expand Down

0 comments on commit 9f6be03

Please sign in to comment.