Skip to content

Instantly share code, notes, and snippets.

@mathaeus
Created September 8, 2022 14:46
Show Gist options
  • Save mathaeus/972c9e4ee827077b1a24d64a0e043978 to your computer and use it in GitHub Desktop.
Save mathaeus/972c9e4ee827077b1a24d64a0e043978 to your computer and use it in GitHub Desktop.
Invalid `add_ssh_keys`
version: 2.1
setup: false
executors:
macos-executor:
macos:
xcode: 14.0.0
resource_class: medium
jobs:
foobar-job:
steps:
- add_ssh_keys
executor:
name: macos-executor
workflows:
build-and-deploy:
jobs:
- foobar-job
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment