From ba9a459e1b8ab8a526d4b4ae54102392a163ca5a Mon Sep 17 00:00:00 2001 From: "Max P." Date: Mon, 26 May 2025 17:31:04 +0200 Subject: [PATCH] docs(readme): clarify token usage in releases sync action - Add a comment to explain the token's purpose for better clarity - Helps future maintainers understand the context of the token usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 271deb5..be6d0c5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ jobs: - name: Run Releases Sync Action uses: https://git.0xmax42.io/actions/releases-sync@main with: - gitea_token: ${{ ACTIONS_RUNTIME_TOKEN }} + gitea_token: ${{ ACTIONS_RUNTIME_TOKEN }} # ${{ secrets.RELEASE_PUBLISH_TOKEN }} gitea_url: https://git.0xmax42.io gitea_owner: maxp gitea_repo: ait