Skip to content

Commit

Permalink
Update auto-pr-desc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
singjc authored Jan 24, 2024
1 parent 02e1862 commit e552d21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-pr-desc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
steps:
# Step 1: Use an action to generate the pull request description
- name: Generate PR Description
uses: octue/generate-pull-request-description@1.0.0.beta-2
uses: octue/generate-pull-request-description@main
id: pr-description
with:
pull_request_url: ${{ github.event.pull_request.url }}
api_token: ${{ secrets.token }}
api_token: ${{ secrets.GITHUB_TOKEN }}

# Step 2: Update the pull request body using the generated description
- name: Update pull request body
uses: riskledger/update-pr-description@v2
with:
body: ${{ steps.pr-description.outputs.pull_request_description }}
token: ${{ secrets.token }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e552d21

Please sign in to comment.