mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-16 09:10:35 +03:00
github: submodules-check: Use GITHUB_SECRET
Perhaps this will be sufficient, if not we'll need to tweak the permissions *for that token* **for this action**.
This commit is contained in:
parent
a77618f762
commit
3a362d6a10
2
.github/workflows/submodule-update.yml
vendored
2
.github/workflows/submodule-update.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
id: run_action
|
||||
uses: releasehub-com/github-action-create-pr-parent-submodule@v1
|
||||
with:
|
||||
github_token: ${{ secrets.RELEASE_HUB_SECRET }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
parent_repository: ${{ env.PARENT_REPOSITORY }}
|
||||
checkout_branch: ${{ env.CHECKOUT_BRANCH}}
|
||||
pr_against_branch: ${{ env.PR_AGAINST_BRANCH }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user