Skip to content

Commit

Permalink
fix: use github-token input
Browse files Browse the repository at this point in the history
  • Loading branch information
dgschwindturo committed Dec 6, 2022
1 parent 42006f8 commit 5578626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ runs:
```
This will add those changes to your last commit, and get them pushed to the remote.
comment-author: "github-actions[bot]"
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ inputs.github-token }}
- name: Delete instructions comment from PR if they exist
uses: open-turo/action-conditional-pr-comment@v1
with:
workflow: REMOVE
text-detector: "npm run prepare"
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ inputs.github-token }}

0 comments on commit 5578626

Please sign in to comment.