Skip to content

Commit

Permalink
Update secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
ethitter committed Aug 20, 2024
1 parent 1007590 commit 592b611
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pmc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
name: Coding Standards
uses: penske-media-corp/github-workflows-wordpress/.github/workflows/coding-standards.yml@main
secrets:
BITBUCKET_READ_ONLY_SSH_KEY: ${{ secrets.BITBUCKET_READ_ONLY_SSH_KEY }}
GITHUB_READ_ONLY_SSH_KEY: ${{ secrets.PMC_GITHUB_ACTION_SSH_KEY }}
BITBUCKET_READ_ONLY_SSH_KEY: ${{ secrets.BITBUCKET_READ_ONLY_SSH_KEY_PUBLIC_REPOS }}
GITHUB_READ_ONLY_SSH_KEY: ${{ secrets.PMC_GITHUB_ACTION_SSH_KEY_PUBLIC_REPOS }}

linting:
name: Linting
uses: penske-media-corp/github-workflows-wordpress/.github/workflows/linting.yml@main
secrets:
BITBUCKET_READ_ONLY_SSH_KEY: ${{ secrets.BITBUCKET_READ_ONLY_SSH_KEY }}
GITHUB_READ_ONLY_SSH_KEY: ${{ secrets.PMC_GITHUB_ACTION_SSH_KEY }}
BITBUCKET_READ_ONLY_SSH_KEY: ${{ secrets.BITBUCKET_READ_ONLY_SSH_KEY_PUBLIC_REPOS }}
GITHUB_READ_ONLY_SSH_KEY: ${{ secrets.PMC_GITHUB_ACTION_SSH_KEY_PUBLIC_REPOS }}

0 comments on commit 592b611

Please sign in to comment.