Skip to content

Commit

Permalink
fix(workflows): don't require SSH secrets anymore (#4199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Nov 25, 2024
1 parent 5fd0931 commit 2349377
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
inputs:
isRust:
type: boolean
secrets:
SSH_PRIVATE_KEY_IOTA_CI:
required: true
SSH_GITHUB_KNOWN_HOSTS:
required: true

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 2349377

Please sign in to comment.