fix(ci): bind Gitea action context explicitly

This commit is contained in:
2026-08-04 13:28:28 +02:00
parent bfb0d7d7c9
commit bb471df21c
@@ -14,6 +14,9 @@ on:
jobs:
publish-packages:
runs-on: ubuntu-latest
env:
GITEA_API_URL: ${{ gitea.api_url }}
GITEA_REPOSITORY: ${{ gitea.repository }}
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with: