Skip to content

Commit

Permalink
Update secret name (#237)
Browse files Browse the repository at this point in the history
* update secret name

* updated changelog
  • Loading branch information
lassemand authored Jan 21, 2025
1 parent 1fc32a0 commit 19b385e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-kpi-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Extract version tag from Cargo.toml manifest.
id: meta
run: |
Expand Down
4 changes: 4 additions & 0 deletions kpi-tracker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for the kpi-tracker service

## 2.1.4

- Release environment variable names update

## 2.1.3

- Updated the Concordium Rust SDK to support the changes introduced in protocol 8.
Expand Down
2 changes: 1 addition & 1 deletion kpi-tracker/Cargo.lock

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

2 changes: 1 addition & 1 deletion kpi-tracker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-kpi-tracker"
version = "2.1.3"
version = "2.1.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 19b385e

Please sign in to comment.