Skip to content

Commit 37a24fc

Browse files
committed
fix token name
1 parent 68c6444 commit 37a24fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.forgejo/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ jobs:
217217
env:
218218
FORGEJO_API_URL: ${{ forgejo.api_url }}
219219
FORGEJO_REPOSITORY: ${{ forgejo.repository }}
220-
FORGEJO_TOKEN: ${{ forgejo.token }}
221-
FORGEJO_ACTOR: ${{ forgejo.actor }}
220+
FORGEJO_TOKEN: ${{ secrets.PACKAGE_PUBLISH_TOKEN }}
221+
FORGEJO_ACTOR: ${{ secrets.PACKAGE_PUBLISH_ACTOR }}
222222
MSICONTROLLER_FORGEJO_PACKAGE_OWNER: app
223223
MSICONTROLLER_FORGEJO_DEBIAN_DISTRIBUTION: stable
224224
MSICONTROLLER_FORGEJO_DEBIAN_COMPONENT: main

0 commit comments

Comments
 (0)