Skip to content

Commit

Permalink
ci: use FAST_FORWARD_TOKEN to query api in fast-forward.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Nov 5, 2022
1 parent 639f4a8 commit bd101ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fast-forward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- uses: actions/github-script@v6
id: current_pr
with:
github-token: ${{ secrets.FAST_FORWARD_TOKEN }}
script: |
return github.rest.pulls.get({
pull_number: context.issue.number,
Expand Down

0 comments on commit bd101ba

Please sign in to comment.