From ac888031d7804d488bebf7c572c45a7405961ee0 Mon Sep 17 00:00:00 2001 From: hminaee-tc Date: Thu, 19 Sep 2024 11:53:18 -0300 Subject: [PATCH] fix/action-call: fix commit message issue --- .github/workflows/commit-message-check-action.yml | 4 ++-- .github/workflows/github-call-set-topic.yml | 4 ++-- .github/workflows/pre-commit.yml | 2 +- .github/workflows/semantic-release.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/commit-message-check-action.yml b/.github/workflows/commit-message-check-action.yml index db37000..2b5c0e2 100644 --- a/.github/workflows/commit-message-check-action.yml +++ b/.github/workflows/commit-message-check-action.yml @@ -18,9 +18,9 @@ jobs: - name: Setup SSH Agent uses: webfactory/ssh-agent@v0.9.0 with: - ssh-private-key: ${{ secrets.SSH_KEY_ICE_MODULES_READONLY }} + ssh-private-key: ${{ secrets.SSH_KEY_READONLY_ACCESS_TO_MODULES }} - name: Check Commit Messages # uses: ./commit-message-check-action - uses: opencepk/opencepk-module-ghactions-common/github-flow-check-commit-message@fix/harde-codeded-repo + uses: opencepk/opencepk-module-ghactions-common/github-flow-check-commit-message@main with: commit-pattern: '^(feat|fix|build|breaking|chore|ci|docs|perf|refactor|revert|test)\/([\w-]+)*(:\s+)?(.+)?$' diff --git a/.github/workflows/github-call-set-topic.yml b/.github/workflows/github-call-set-topic.yml index e03c7ca..0a3db1b 100644 --- a/.github/workflows/github-call-set-topic.yml +++ b/.github/workflows/github-call-set-topic.yml @@ -22,7 +22,7 @@ jobs: - name: Read and Stringify JSON Data id: read-and-stringify-json - uses: opencepk/opencepk-module-ghactions-common/read-and-stringify-json-action@fix/update-gitmodules-action + uses: opencepk/opencepk-module-ghactions-common/read-and-stringify-json-action@main with: file: '.project-properties.json' file_type: 'json' @@ -32,7 +32,7 @@ jobs: echo "JSON Data which will be sent: ${{ steps.read-and-stringify-json.outputs.output }}" - name: Trigger reusable workflow via API - uses: opencepk/opencepk-module-ghactions-common/trigger-workflow-action@fix/update-gitmodules-action + uses: opencepk/opencepk-module-ghactions-common/trigger-workflow-action@main with: token: ${{ steps.get_workflow_token.outputs.token }} repo: 'opencepk/opencepk-projects-hub' diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index ea8b4df..bddfe4c 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -26,7 +26,7 @@ jobs: - name: Setup SSH Agent uses: webfactory/ssh-agent@v0.9.0 with: - ssh-private-key: ${{ secrets.SSH_KEY_ICE_MODULES_READONLY }} + ssh-private-key: ${{ secrets.SSH_KEY_READONLY_ACCESS_TO_MODULES }} - name: pre-commit-hook-skip-if-template-repo run: | diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index f7146ac..801bacb 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -18,7 +18,7 @@ jobs: - name: Setup SSH Agent uses: webfactory/ssh-agent@v0.9.0 with: - ssh-private-key: ${{ secrets.SSH_KEY_ICE_MODULES_READONLY }} + ssh-private-key: ${{ secrets.SSH_KEY_READONLY_ACCESS_TO_MODULES }} - name: Semantic Release uses: cycjimmy/semantic-release-action@v4 with: