1
0
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:
Athanasius 2022-02-07 15:18:45 +00:00
parent a77618f762
commit 3a362d6a10
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -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 }}