Skip to content

Commit

Permalink
Merge pull request #17 from rainstormy/spdiswal/upgrade-github-action…
Browse files Browse the repository at this point in the history
…s-workflows

Upgrade GitHub Actions workflows
  • Loading branch information
spdiswal authored Oct 26, 2024
2 parents e27fe0c + 3dd0f27 commit e3cf92e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
#
- name: Create a draft GitHub release
uses: rainstormy-actions/release/github@73fe3aae49ad74af650e529107d94f45002798fd # v1.1.0
uses: rainstormy/release/github@73fe3aae49ad74af650e529107d94f45002798fd # v1.1.0
with:
gh-auth-token: ${{ secrets.BOT_NIMBUS_GH_AUTH_TOKEN }}
version: ${{ github.ref_name }}
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: ./.github/actions/pnpm
#
- name: Publish the package to npm
uses: rainstormy-actions/release/npm@73fe3aae49ad74af650e529107d94f45002798fd # v1.1.0
uses: rainstormy/release/npm@73fe3aae49ad74af650e529107d94f45002798fd # v1.1.0
with:
access-level: public
npm-auth-token: ${{ secrets.BOT_NIMBUS_NPM_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
token: ${{ secrets.BOT_NIMBUS_GH_AUTH_TOKEN }}
#
- name: Use Nimbus (Bot) in Git
uses: rainstormy-actions/rainstorm-release/bot-nimbus@9317ddb0235eac4f442e89565d0b5dec80135842
uses: rainstormy/rainstorm-release/bot-nimbus@5aa67a14e95403e7db0a7a43f8e18c1cdd51ba5f # v1.0.0
with:
bot-nimbus-ssh-public-key: ${{ secrets.BOT_NIMBUS_SSH_PUBLIC_KEY }}
__bot-nimbus-ssh-private-key__: ${{ secrets.BOT_NIMBUS_SSH___THE___PRIVATE___KEY }}
ssh-key-fingerprints-github: ${{ secrets.SSH_KEY_FINGERPRINTS_GITHUB }}
#
- name: Create a full semantic version tag in Git
uses: rainstormy-actions/release/tag@73fe3aae49ad74af650e529107d94f45002798fd # v1.1.0
uses: rainstormy/release/tag@73fe3aae49ad74af650e529107d94f45002798fd # v1.1.0
with:
version: ${{ inputs.version || github.head_ref }}
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,22 @@ jobs:
uses: ./.github/actions/build-artifacts
#
- name: Update release artifacts
uses: rainstormy-actions/updraft@a56005ba6b1ecf4c9f63c5b8f1354c0e081cc5b2 # v1.1.0
uses: rainstormy/updraft@23bb449c54a4e967c87a6943a1ef9a237eafdb99 # v1.2.0
with:
check-sequential-release: true
files: package.json
release-files: CHANGELOG.md
release-version: ${{ inputs.version }}
#
- name: Use Nimbus (Bot) in Git
uses: rainstormy-actions/rainstorm-release/bot-nimbus@9317ddb0235eac4f442e89565d0b5dec80135842
uses: rainstormy/rainstorm-release/bot-nimbus@5aa67a14e95403e7db0a7a43f8e18c1cdd51ba5f # v1.0.0
with:
bot-nimbus-ssh-public-key: ${{ secrets.BOT_NIMBUS_SSH_PUBLIC_KEY }}
__bot-nimbus-ssh-private-key__: ${{ secrets.BOT_NIMBUS_SSH___THE___PRIVATE___KEY }}
ssh-key-fingerprints-github: ${{ secrets.SSH_KEY_FINGERPRINTS_GITHUB }}
#
- name: Create a release-triggering pull request in GitHub
uses: rainstormy-actions/release/pr@73fe3aae49ad74af650e529107d94f45002798fd # v1.1.0
uses: rainstormy/release/pr@73fe3aae49ad74af650e529107d94f45002798fd # v1.1.0
with:
gh-auth-token: ${{ secrets.BOT_NIMBUS_GH_AUTH_TOKEN }}
version: ${{ inputs.version }}

0 comments on commit e3cf92e

Please sign in to comment.