From 1d425e0dca45b7715d2d1a5bbd2fb73db73c6f2a Mon Sep 17 00:00:00 2001 From: David Perl Date: Thu, 9 Jul 2026 15:20:23 +0200 Subject: [PATCH] fix: update token --- .gitea/workflows/release.yaml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 0370164..eaa6395 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: run: | for pkg in target/generate-rpm/*.rpm; do curl -f -X PUT \ - --user "${{ secrets.PUBLISH_RPM_TOKEN }}" \ + --user "${{ secrets.PIP_REPOSITORY_API_TOKEN }}" \ --upload-file "$pkg" \ "https://gitea.psi.ch/api/packages/${{ github.repository_owner }}/rpm/upload" done diff --git a/Cargo.lock b/Cargo.lock index d55362c..f29ed93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "aare_launcher" -version = "0.1.0" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 839e9d4..4d99823 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://gitea.psi.ch/perl_d/aare_launcher" keywords = ["mx", "beamline", "launcher", "tui"] categories = ["science", "command-line-utilities"] license = "GPL-3.0-only" -version = "0.1.0" +version = "0.1.2" edition = "2024" # The installed command is `aarel`.