Skip to content

Commit

Permalink
fix/submodule: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hminaee-tc committed Sep 19, 2024
1 parent ce188f4 commit 2bd1746
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-message-check-action.yml
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_READONLY_ACCESS_TO_MODULES }}
ssh-private-key: ${{ secrets.SSH_KEY_ICE_MODULES_READONLY }}
- name: Check Commit Messages
# uses: ./commit-message-check-action
uses: opencepk/opencepk-module-ghactions-common/github-flow-check-commit-message@main
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_READONLY_ACCESS_TO_MODULES }}
ssh-private-key: ${{ secrets.SSH_KEY_ICE_MODULES_READONLY }}

- 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_READONLY_ACCESS_TO_MODULES }}
ssh-private-key: ${{ secrets.SSH_KEY_ICE_MODULES_READONLY }}
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
Expand Down

0 comments on commit 2bd1746

Please sign in to comment.