Skip to content

Commit

Permalink
Updated github paged an debian repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Bator committed Dec 8, 2019
1 parent a5b92c9 commit 0a4ab16
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/debrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Create Debian repository test2
- name: Create Debian repository
uses: devmatic-it/debrepo-action@v1
with:
who-to-greet: 'hello world'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
REPOSITORY: './docs/debian'
NAME: 'debcvescan'
ARCH: 'amd64'
OS: 'linux'
CODENAME: 'buster'

6 changes: 6 additions & 0 deletions docs/debian/conf/distributions
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Origin: https://github.com/devmatic-it/debcvescan
Label: https://github.com/devmatic-it/debcvescan
Codename: buster
Architectures: amd64
Components: main
Description: Personal repository
8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
DEBCVESCAN
</head>
<body>
DEB CVE SCAN DEBIAN REPOSITORY
</body>
</html>

0 comments on commit 0a4ab16

Please sign in to comment.