Skip to content

Commit

Permalink
ci: update ci and cd
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Nov 22, 2024
1 parent be83aee commit f175127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
name: Delivery
runs-on: ubuntu-latest
steps:
- uses: gabrielrufino/check-ci@main
- uses: actalog/check-ci@main
- uses: actions/checkout@v4
- uses: gabrielrufino/node-pkg-cd@v1
- uses: actalog/node-pkg-cd@v1
with:
node-auth-token: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gabrielrufino/node-ci@v3
- uses: actalog/node-ci@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit f175127

Please sign in to comment.