File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,13 @@ jobs:
1818 - uses : pkgstore/github-action-build-deb@main
1919 with :
2020 repo_src : " https://github.com/${{ github.repository }}.git"
21- repo_dst : " https://github.com/PKG_REPO_NAME .git"
21+ repo_dst : " https://github.com/REPO_PKG_NAME .git"
2222 user_name : " ${{ secrets.BUILD_USER_NAME }}"
2323 user_email : " ${{ secrets.BUILD_USER_EMAIL }}"
2424 user_token : " ${{ secrets.BUILD_USER_TOKEN }}"
25+ obs_token : " ${{ secrets.BUILD_OBS_TOKEN }}"
26+ obs_project : " HOME:PROJECT"
27+ obs_package : " PKG_NAME"
2528` ` `
2629
2730### Legend
3134- ` user_name` - GitHub user name.
3235- ` user_email` - GitHub user email.
3336- ` user_token` - GitHub user token.
37+ - ` obs_token` - openSUSE BS token.
38+ - ` obs_project` - openSUSE BS project name.
39+ - ` obs_package` - openSUSE BS package name.
3440
3541# # openSUSE Build Service
3642
You can’t perform that action at this time.
0 commit comments