You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personal API Key can be found [here](https://cloudsmith.io/user/settings/api/). For CI-CD deployments we recommend using [Service Accounts](https://docs.cloudsmith.com/accounts-and-teams/service-accounts). 🔒
39
39
40
40
```yaml
41
-
uses: cloudsmith-io/cloudsmith-cli-action@v1.0.3
41
+
uses: cloudsmith-io/cloudsmith-cli-action@master
42
42
with:
43
43
api-key: 'your-api-key'
44
44
```
@@ -48,7 +48,7 @@ with:
48
48
If you only need to authenticate with Cloudsmith's API without installing the CLI:
0 commit comments