Skip to content

Commit

Permalink
fixed error in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Bator committed Dec 13, 2019
1 parent 1b2501b commit 63d5020
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
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'
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'
OS: 'linux'
CODENAME: 'buster'

0 comments on commit 63d5020

Please sign in to comment.