Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarleviCm authored May 30, 2024
1 parent da355df commit 5735ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
id: create_pr
uses: peter-evans/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.TAMAR_PAT }}
branch: ${{ inputs.branch }}
title: "Automated Changes"
body: "This is an automated PR created by GitHub Actions"
Expand All @@ -143,7 +143,7 @@ jobs:
uses: octokit/[email protected]
with:
route: PUT /repos/${{ github.repository }}/pulls/${{ steps.pr.outputs.data[0].number }}/merge
#token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.TAMAR_PAT }}
merge_method: squash

# # PUBLISH NPM PACKAGE
Expand Down

0 comments on commit 5735ce1

Please sign in to comment.