Skip to content

Commit

Permalink
Minor improvements (#4)
Browse files Browse the repository at this point in the history
* chore: fixing RELEASING.md

* chore: minor improvements

* minor improvements
  • Loading branch information
aludwiko authored Feb 19, 2024
1 parent 8058ff2 commit 5015f0e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ on:
branches: [ main ]

jobs:
build-and-deploy:
deploy:
runs-on: ubuntu-latest
steps:
- name: Install Kalix CLI
uses: lightbend/setup-kalix-action@v1
with:
token: ${{ secrets.KALIX_TOKEN }}
project-id: ${{ vars.KALIX_PROJECT }}
project-id: ${{ vars.KALIX_PROJECT_ID }}
- name: List services
run: kalix service list
```
## Building and developing
Expand Down
6 changes: 3 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* Create a [new release](https://github.com/lightbend/kalix-action/releases/new) with a new tag and the title equal to the tag
* Choose the version judiciously, as making the version a minor number bump will allow existing users to be upgraded seamlessly. A major number bump will force them to update their action. Follow this [instruction](https://docs.github.com/en/actions/creating-actions/about-custom-actions#using-release-management-for-actions)
* Create a [new release](https://github.com/lightbend/setup-kalix-action/releases/new) with a new tag and the title equal to the tag
* Choose the version judiciously, as making the version a minor number bump will allow existing users to be upgraded seamlessly. A major number bump will force them to update their action. Follow this [instruction](https://docs.github.com/en/actions/creating-actions/about-custom-actions#using-release-management-for-actions)
* Update [README.md](README.md) to show the new tag
* Update [Kalix Docs](https://github.com/lightbend/kalix-docs/blob/fdfd537fdc5ca9eb2a828b947b99a2ab52dce163/docs/modules/operations/pages/integrate-cicd-github-actions.adoc) to
* Update [Kalix Docs](https://github.com/lightbend/kalix-docs/blob/main/docs/modules/operations/pages/integrate-cicd-github-actions.adoc) to
the major version
* Update [kalix-cicd-github-actions/README.md](https://github.com/lightbend/kalix-cicd-github-actions) to show the new tag
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Setup Kalix CLI'
description: 'Setup and basic configuration of the Kalix CLI'
branding:
color: 'green'
icon: zap
inputs:
token:
description: 'Kalix refresh token, see: https://docs.kalix.io/operations/integrate-cicd.html#create_a_service_token'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5015f0e

Please sign in to comment.