Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENG-454: Move actions to new org #698

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
apolo --color=no config show

- uses: webfactory/[email protected]
# Authenticates ssh on worker to pull repos under github.com/neuro-actions via ssh
# Authenticates ssh on worker to pull repos under github.com/apolo-actions via ssh
# Y.S. key is used
with:
ssh-private-key: ${{ secrets.GH_NF_ACTIONS_SSH_PRIVATE }}
Expand Down
10 changes: 5 additions & 5 deletions {{cookiecutter.flow_dir}}/.neuro/live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@ jobs:
## The key 'job-id' is a string and its value is a map of the job's configuration data or action call.
## 'job-id' must start with a letter and contain only alphanumeric characters or underscore symbols `_`.
## Dashes `-` are not allowed.
action: gh:neuro-actions/[email protected]
action: gh:apolo-actions/[email protected]
## The type of this particular job is an 'action'.
## 'action' is a URL that specifies the location of the job's description.
## Two schemes exist:
## - `workspace:` or `ws:` for action files that are stored locally
## - `github:` or `gh:` for actions that are bound to a GitHub repository
## In this particular case, we are using a GitHub repository https://github.com/neuro-actions/remote_debug under the `@1.0.0` tag.
## In this particular case, we are using a GitHub repository https://github.com/apolo-actions/remote_debug under the `@1.0.0` tag.
## To run this job, Apolo-Flow will fetch the 'action.yaml' file from the repository and execute the job defined in it.
args:
## Optional action-specific mapping of values that will be passed to the actions as arguments.
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
python $[[ volumes.code.mount ]]/train.py --data $[[ volumes.data.mount ]] $[[ multi.args ]]

jupyter:
action: gh:neuro-actions/[email protected]
action: gh:apolo-actions/[email protected]
args:
image: $[[ images.train.ref ]]
multi_args: $[[ multi.args ]]
Expand All @@ -328,11 +328,11 @@ jobs:
volumes_results_remote: $[[ volumes.results.remote ]]

tensorboard:
action: gh:neuro-actions/[email protected]
action: gh:apolo-actions/[email protected]
args:
volumes_results_remote: $[[ volumes.results.remote ]]

filebrowser:
action: gh:neuro-actions/[email protected]
action: gh:apolo-actions/[email protected]
args:
volumes_project_remote: $[[ volumes.project.remote ]]