Skip to content

Commit

Permalink
2021-09-09 16:40:55
Browse files Browse the repository at this point in the history
  • Loading branch information
uidHUB committed Sep 9, 2021
1 parent 1fb05a3 commit f6f0c32
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
- uses: pkgstore/github-action-build-deb@main
with:
repo_src: "https://github.com/${{ github.repository }}.git"
repo_dst: "https://github.com/PKG_REPO_NAME.git"
repo_dst: "https://github.com/REPO_PKG_NAME.git"
user_name: "${{ secrets.BUILD_USER_NAME }}"
user_email: "${{ secrets.BUILD_USER_EMAIL }}"
user_token: "${{ secrets.BUILD_USER_TOKEN }}"
obs_token: "${{ secrets.BUILD_OBS_TOKEN }}"
obs_project: "HOME:PROJECT"
obs_package: "PKG_NAME"
```
### Legend
Expand All @@ -31,6 +34,9 @@ jobs:
- `user_name` - GitHub user name.
- `user_email` - GitHub user email.
- `user_token` - GitHub user token.
- `obs_token` - openSUSE BS token.
- `obs_project` - openSUSE BS project name.
- `obs_package` - openSUSE BS package name.

## openSUSE Build Service

Expand Down

0 comments on commit f6f0c32

Please sign in to comment.