Skip to content

Commit

Permalink
Merge pull request #8 from swisscom/feature/OCERED-7938-LIMA-Action-R…
Browse files Browse the repository at this point in the history
…unner-Ensure-that-ActionRunner-is-a-deployable-package

revert: no longer use deploy key
  • Loading branch information
sabberworm authored Oct 16, 2024
2 parents 154397b + f653d39 commit 7b8b9a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
pull-requests: read
steps:
- uses: actions/checkout@v3

- uses: wagoid/commitlint-github-action@v6
with:
configFile: configs/commitlint.config.mjs
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
java-version: '11'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Create Changelog and Tag
uses: TriPSs/conventional-changelog-action@v5
Expand Down

0 comments on commit 7b8b9a3

Please sign in to comment.