Skip to content

Commit

Permalink
Merge pull request #4 from khulnasoft-lab/actions
Browse files Browse the repository at this point in the history
init commit
  • Loading branch information
gitworkflows committed Oct 14, 2023
2 parents deec7b0 + b15e29f commit e823394
Show file tree
Hide file tree
Showing 50 changed files with 22 additions and 5,036 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ bin
.envrc
dist/
.idea
.pytest_cache
.DS_Store
*.pyc
__pycache__/
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ brews:

commit_author:
name: shipyard
email: hello@shipyard.build
email: hello@shipyard.khulnasoft.com

commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula

homepage: "https://shipyard.build"
homepage: "https://shipyard.khulnasoft.com"
description: "A tool to manage Ephemeral Environments on the Shipyard platform"
license: "Apache2"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ save your API token in a local config. You're ready to start running commands.
Set your Shipyard API token as the value of the `SHIPYARD_API_TOKEN` environment variable.
Or set it as the value for the `api_token` config key.

You can get it by going to [your profile page](https://shipyard.build/profile).
You can get it by going to [your profile page](https://shipyard.khulnasoft.com/profile).

### Set a Shipyard token

```bash
shipyard set token
```

You can get in touch with us at [support@shipyard.build](mailto:support@shipyard.build) if you would like to enable API
You can get in touch with us at [support@shipyard.khulnasoft.com](mailto:support@shipyard.khulnasoft.com) if you would like to enable API
access for your org. If you have any other questions, feel free to join
our community [Slack](https://join.slack.com/t/shipyardcommunity/shared_invite/zt-x830cx39-BuiQKZwvhG7zGRTXAvojVQ).

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
with:
python-version: '3.x'
- name: Install Dependencies
run: pip install -r $GITHUB_ACTION_PATH/actions/src/requirements.txt > /dev/null
run: pip install -r $GITHUB_ACTION_PATH/src/requirements.txt > /dev/null
shell: bash
# Pass inputs via shell until https://github.com/actions/runner/issues/665 resolved
- name: Pass Inputs to Shell
Expand All @@ -29,7 +29,7 @@ runs:
echo "INPUT_APP_NAME=${{ inputs.app-name }}" >> $GITHUB_ENV
shell: bash
- name: Authenticate into Shipyard
run: python $GITHUB_ACTION_PATH/actions/src/fetch_shipyard_env.py
run: python $GITHUB_ACTION_PATH/src/fetch_shipyard_env.py
shell: bash
branding:
icon: git-pull-request
Expand Down
4 changes: 0 additions & 4 deletions actions/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions actions/LICENSE

This file was deleted.

84 changes: 0 additions & 84 deletions actions/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions actions/action/LICENSE

This file was deleted.

92 changes: 0 additions & 92 deletions actions/action/README.md

This file was deleted.

Loading

0 comments on commit e823394

Please sign in to comment.