Skip to content

Commit

Permalink
fix/action-call: fix commit message issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hminaee-tc committed Sep 19, 2024
1 parent e015cf2 commit ac88803
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-message-check-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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+)?(.+)?$'
4 changes: 2 additions & 2 deletions .github/workflows/github-call-set-topic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ac88803

Please sign in to comment.