Skip to content

Commit

Permalink
Merge pull request #28 from opencepk/fix/sync-with-upstream
Browse files Browse the repository at this point in the history
fix/sync-with-upstream
  • Loading branch information
hminaee-tc authored Sep 19, 2024
2 parents 3002628 + 235d1ec commit e927001
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/[email protected]
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@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-call-update-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
schedule:
- cron: "0 0 * * *"
rkflow_dispatch:
workflow_dispatch:
jobs:
call-github-update-submodule:
runs-on: ubuntu-latest
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/[email protected]
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/[email protected]
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 e927001

Please sign in to comment.