Skip to content

Commit

Permalink
fix(deployment): Publish Starter deployment failure due to incorrec (#…
Browse files Browse the repository at this point in the history
…30482) (#30483)

### Proposed Changes
* The workflow is now pointing to a new environment and using repo level
credentials to complete the deployment phase.

### Additional Info
This PR resolves #30482 (Publish Starter deployment failure due to
incorrect credentials).
  • Loading branch information
dcolina authored Oct 29, 2024
1 parent cc5072c commit fecc637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_manual_publish-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
get-starter:
runs-on: macos-13
if: github.repository == 'dotcms/core'
environment: trunk
environment: starter
steps:
- name: 'Github context'
run: |
Expand Down

0 comments on commit fecc637

Please sign in to comment.