Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 authored Oct 12, 2023
1 parent 68c1662 commit 7e09f97
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ jobs:
- name: "Stage files"
run: git add --all

- name: "Generate temp GitHub token"
uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.TOKEN_APP_ID }}
private_key: ${{ secrets.TOKEN_APP_PRIVATE_KEY }}

- name: "Create Pull Request"
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 7e09f97

Please sign in to comment.