Skip to content

Commit

Permalink
Move module build to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorikfon committed Nov 23, 2024
1 parent ead4768 commit 7b1579d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,4 @@ jobs:
uses: mikopbx/.github-workflows/.github/workflows/extension-publish.yml@master
with:
initial_version: "1.70"
secrets:
MIKO_LIC_REST_VENDOR_ID: ${{ secrets.MIKO_LIC_REST_VENDOR_ID }}
MIKO_LIC_REST_API_KEY: ${{ secrets.MIKO_LIC_REST_API_KEY }}
MIKO_LIC_HOSTNAME: ${{ secrets.MIKO_LIC_HOSTNAME }}
OWNCLOUD_AUTH: ${{ secrets.OWNCLOUD_AUTH }}
WEBDAV_ROOT: ${{ secrets.WEBDAV_ROOT }}
SHARE_API_URL: ${{ secrets.SHARE_API_URL }}
secrets: inherit

0 comments on commit 7b1579d

Please sign in to comment.