Skip to content

Commit

Permalink
Updated README and workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Rudchenko committed Jan 21, 2025
1 parent 1f10d24 commit 09957c8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Debug Token Permissions
run: |
echo "Token permissions:"
curl -u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} https://ghcr.io/v2/
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# qubership-cloud-passport-cli
# Qubership cloud-passport-cli

---

Open-source python library of clients used by Qubership Cloud passport module.

## Installation

---

- Add the following section to your dependencies to add Qubership library as a dependency in your project:
```
[tool.poetry.dependencies]
qubership-cloud-passport-cli = "2.3.4"
```
- Or you can install it via `pip`:
```
qubership-cloud-passport-cli = "2.3.4"
```

0 comments on commit 09957c8

Please sign in to comment.