Skip to content

Commit

Permalink
ci(workflows): Reviewed the shareable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Apr 5, 2024
1 parent a6861bf commit 4b46bc1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 26 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ on:

jobs:
release:
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/release.yml@main
secrets: inherit
with:
repository: ${{ github.repository }}
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/go-sdk-release.yml@main
secrets: inherit
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ on:

jobs:
tests:
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/auto-merge-dependabot-pr.yml@main
secrets: inherit
with:
repository: ${{ github.repository }}
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/go-sdk-test.yml@main
secrets: inherit
35 changes: 18 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"gulp": "^5.0.0",
"rtldev-middleware-gulp-release-notification-plugin": "github:centralnicgroup-opensource/rtldev-middleware-gulp-release-notification-plugin#semver:^2.0.7",
"rtldev-middleware-gulp-release-notification-plugin": "github:centralnicgroup-opensource/rtldev-middleware-gulp-release-notification-plugin#semver:^2.0.8",
"semantic-release": "^23.0.7"
}
}

0 comments on commit 4b46bc1

Please sign in to comment.