Skip to content

Commit

Permalink
ALFREDAPI-522 add secrets for apix-interface invocation in website wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
RVanhuysseXenit committed Jul 10, 2024
1 parent de2a47f commit bcb6c7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/website-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: 'Publish website'
on:
push:
workflow_dispatch:
env:
BRANCH_NAME: ${{ github.ref_name }}
ALFRESCO_NEXUS_USERNAME: ${{ secrets.ALFRESCO_NEXUS_USERNAME }}
ALFRESCO_NEXUS_PASSWORD: ${{ secrets.ALFRESCO_NEXUS_PASSWORD }}
jobs:
alfred-api-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bcb6c7a

Please sign in to comment.