[#5] Switch to using org-wide access token #5

Merged
potyarkin merged 1 commit from potyarkin/action-env:feature/ci-secrets-snegurochka into master 2024-12-18 12:56:44 +00:00

View file

@ -40,4 +40,4 @@ jobs:
(github.event_name == 'workflow_dispatch' ||
(steps.changed.outputs.any_changed == 'true' && github.event_name == 'push'))
env:
REGISTRY_PASSWORD: ${{secrets.REGISTRY_PASSWORD}}
REGISTRY_PASSWORD: ${{secrets.FORGEJO_OCI_REGISTRY_PUSH_TOKEN}}