Skip to content

Commit

Permalink
chore: fix publish public package
Browse files Browse the repository at this point in the history
remove ssh key setup
  • Loading branch information
davidjulien committed Nov 7, 2024
1 parent 422f04d commit bca9c1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publich_public_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up SSH key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.WTTJ_DEPLOYER }}

- uses: actions/checkout@v4

- name: Set up Elixir
Expand Down

0 comments on commit bca9c1c

Please sign in to comment.