Skip to content

Commit

Permalink
fix: fixed missing studip secret
Browse files Browse the repository at this point in the history
added missing studip secret to workflow yaml

fix #34
  • Loading branch information
Kaeldehta committed Sep 8, 2022
1 parent 4613e0d commit f435f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
run: npm ci
- name: Release
env:
STUDIP_SECRET: ${{ secrets.MARKETPLACE_SECRET }}
GITHUB_TOKEN: ${{ secrets.PAT }}
run: npx semantic-release

0 comments on commit f435f84

Please sign in to comment.