We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c6444 commit 37a24fcCopy full SHA for 37a24fc
1 file changed
.forgejo/workflows/ci.yml
@@ -217,8 +217,8 @@ jobs:
217
env:
218
FORGEJO_API_URL: ${{ forgejo.api_url }}
219
FORGEJO_REPOSITORY: ${{ forgejo.repository }}
220
- FORGEJO_TOKEN: ${{ forgejo.token }}
221
- FORGEJO_ACTOR: ${{ forgejo.actor }}
+ FORGEJO_TOKEN: ${{ secrets.PACKAGE_PUBLISH_TOKEN }}
+ FORGEJO_ACTOR: ${{ secrets.PACKAGE_PUBLISH_ACTOR }}
222
MSICONTROLLER_FORGEJO_PACKAGE_OWNER: app
223
MSICONTROLLER_FORGEJO_DEBIAN_DISTRIBUTION: stable
224
MSICONTROLLER_FORGEJO_DEBIAN_COMPONENT: main
0 commit comments