Skip to content

Commit

Permalink
add action token to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbrant3 committed Apr 26, 2024
1 parent 67ac207 commit 5d580c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submodule-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
id: run_action
uses: releasehub-com/github-action-create-pr-parent-submodule@v1
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
github_token: ${{ secrets.LJM_CONSTANTS_ACTIONS_TOKEN }}
parent_repository: ${{ env.PARENT_REPOSITORY }}
checkout_branch: ${{ env.CHECKOUT_BRANCH}}
pr_against_branch: ${{ env.PR_AGAINST_BRANCH }}
Expand Down

0 comments on commit 5d580c6

Please sign in to comment.