Created
September 8, 2022 14:46
-
-
Save mathaeus/972c9e4ee827077b1a24d64a0e043978 to your computer and use it in GitHub Desktop.
Invalid `add_ssh_keys`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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