Skip to content

Commit

Permalink
Merge pull request #55 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
develop
  • Loading branch information
gabrielrufino authored Dec 21, 2024
2 parents 9fd9eb8 + ddcd88b commit e5b0910
Show file tree
Hide file tree
Showing 4 changed files with 1,229 additions and 1,029 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
Loading

0 comments on commit e5b0910

Please sign in to comment.