Skip to content

Commit

Permalink
chore: CD main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Jan 10, 2025
1 parent fc4bc61 commit ac58456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
secrets: inherit
Deploy-Beta:
Deploy-Next:
needs: [Create-Release]
uses: ./.github/workflows/cd.yml
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# Continuous-Integration:
# uses: ./.github/workflows/ci.yml
# secrets: inherit
Deploy:
Deploy-App:
uses: ./.github/workflows/cd.yml
secrets: inherit
with:
Expand Down

0 comments on commit ac58456

Please sign in to comment.