Skip to content

Commit f6f0c32

Browse files
committed
2021-09-09 16:40:55
1 parent 1fb05a3 commit f6f0c32

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
@@ -31,6 +34,9 @@ jobs:
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

0 commit comments

Comments
 (0)