https://github.com/codio/codio-auth-action
Codio API Authentication action
https://github.com/codio/codio-auth-action
Last synced: 5 months ago
JSON representation
Codio API Authentication action
- Host: GitHub
- URL: https://github.com/codio/codio-auth-action
- Owner: codio
- License: mit
- Created: 2020-12-29T12:21:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T08:09:58.000Z (about 2 years ago)
- Last Synced: 2024-06-26T09:38:19.383Z (about 2 years ago)
- Language: TypeScript
- Size: 630 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codio auth action
Authenticates in Codio API
# Usage
See [action.yml](action.yml)
```yaml
steps:
- uses: codio/codio-auth-action
with:
client-id: my-client-id
secret-id: my-secret-id
```
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)