Skip to content

Commit 59f3fef

Browse files
committed
Build/Test Tools: Use more specific (and correct) names for secrets.
Follow up to [59983]. See #62221. git-svn-id: https://develop.svn.wordpress.org/trunk@59984 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e7e2714 commit 59f3fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-built-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
# This should always reference a version of the workflow committed through SVN and never a local reference.
4848
uses: WordPress/wordpress-develop/.github/workflows/reusable-check-built-files.yml@trunk
4949
secrets:
50-
GH_APP_ID: ${{ secrets.GH_APP_ID }}
51-
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
50+
GH_APP_ID: ${{ secrets.GH_PR_MANAGEMENT_APP_ID }}
51+
GH_APP_PRIVATE_KEY: ${{ secrets.GH_PR_MANAGEMENT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)