Skip to content

Commit

Permalink
secret troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 12, 2023
1 parent 6973cfa commit ad721ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/brand-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch

- name: Get org secret for registry
shell: bash
run: echo "branch=${{ secrets.NEWFOLD_ACCESS_TOKEN }}" >> $GITHUB_OUTPUT
id: access_token

bluehost:
name: Build and Test on Bluehost Plugin
needs: setup
Expand All @@ -42,7 +47,6 @@ jobs:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'bluehost/bluehost-wordpress-plugin'
registry-token: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}
secrets: inherit

hostgator:
Expand All @@ -53,7 +57,6 @@ jobs:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'newfold-labs/wp-plugin-hostgator'
registry-token: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}
secrets: inherit

web:
Expand All @@ -64,7 +67,6 @@ jobs:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'newfold-labs/wp-plugin-web'
registry-token: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}
secrets: inherit

crazydomains:
Expand All @@ -75,7 +77,6 @@ jobs:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'newfold-labs/wp-plugin-crazy-domains'
registry-token: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}
secrets: inherit

mojo:
Expand All @@ -86,5 +87,4 @@ jobs:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'newfold-labs/wp-plugin-mojo'
registry-token: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}
secrets: inherit

0 comments on commit ad721ed

Please sign in to comment.