Skip to content

Commit

Permalink
Merge pull request #11 from kayvane1/add-gh-actions
Browse files Browse the repository at this point in the history
fix: personal access token
  • Loading branch information
kayvane1 committed Dec 4, 2023
2 parents d523413 + b8352a0 commit 8b82e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: github.ref_name == 'staging'
uses: ./.util/actions/github/pull-request
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
github_token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
destination_branch: production
pr_title: Production Release
pr_template_file: simple_checklist.md

0 comments on commit 8b82e28

Please sign in to comment.