Skip to content

Commit

Permalink
uddated workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Bator committed Dec 13, 2019
1 parent 7679e73 commit a312957
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
File renamed without changes.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Create Debian repository
uses: devmatic-it/debrepo-action@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
PUBLIC_KEY: ${{secrets.PUBLIC_KEY}}
PRIVATE_KEY: ${{secrets.PRIVATE_KEY}}
REPOSITORY: './docs/debian'
NAME: 'debcvescan'
ARCH: 'amd64'
OS: 'linux'
CODENAME: 'buster'

0 comments on commit a312957

Please sign in to comment.