Skip to content

Commit

Permalink
add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
manuellysuzik authored Aug 7, 2023
1 parent 61e08c1 commit 00cbd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
BRANCH_NAME="documentation-ref_$LATEST_TAG"
git config user.name ${{ secrets.GITLAB_USER }}
git config user.email ${{ secrets.GITLAB_EMAIL }}
if [[ $(git remote add origin $GITLAB_DOC_URL) == 3 ]]; then exit 0; else exit 1; fi
if [[ $(git remote add origin ${{ secrets.GITLAB_DOC_URL }}) == 3 ]]; then exit 0; else exit 1; fi
- name: Update Gitlab Documentation
run: |
git checkout -b $BRANCH_NAME
Expand Down

0 comments on commit 00cbd5d

Please sign in to comment.