Skip to content

feat(support-action-freq): Add support for Actions high frequency int… #134

feat(support-action-freq): Add support for Actions high frequency int…

feat(support-action-freq): Add support for Actions high frequency int… #134

Workflow file for this run

name: Version Package
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Checkout Repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4
with:
token: ${{ secrets.SAI_PAT }}
- name: Prepare pre-requisites
uses: ./.github/actions/prepare
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4
with:
gpg_private_key: ${{ secrets.SVC_GPG_KEY }}
passphrase: ${{ secrets.SVC_GPG_PASSPHRASE }}
git_config_global: true
git_tag_gpgsign: true
git_user_signingkey: true
git_commit_gpgsign: true
- name: Create Release Pull Request
uses: changesets/action@3de3850952bec538fde60aac71731376e57b9b57 # v1.4.8
with:
setupGitUser: false
version: pnpm ci:version
title: "ci: update the version packages"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update the lock file
run: pnpm install --lockfile-only
shell: bash
- name: Commit lock file
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
with:
commit_message: "chore: update lock file"