Skip to content

Commit

Permalink
fix: task 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Buyankin committed Nov 17, 2024
1 parent 6ac1405 commit 1bdb256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.MY_PERSONAL_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
branch: autocoder-branch-${{ github.event.issue.number }}
base: main
title: "Generated code for issue #${{ github.event.issue.number }}"
Expand Down

0 comments on commit 1bdb256

Please sign in to comment.