chore/add-git-modules add git modules folder #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: semantic-release | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
environment: | |
name: Semver | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Setup SSH Agent | |
uses: webfactory/[email protected] | |
with: | |
ssh-private-key: ${{ secrets.SSH_KEY_ICE_MODULES_READONLY }} | |
- name: Semantic Release | |
uses: cycjimmy/semantic-release-action@v4 | |
with: | |
semantic_version: 24.0.0 | |
extra_plugins: | | |
[email protected] | |
env: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
- name: Run custom action | |
uses: opencepk/opencepk-module-ghactions-common/github-flow-update-release-notes@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |