WIP: Add UpdateChecker cog #14
1 changed files with 4 additions and 1 deletions
|
@ -47,9 +47,10 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Deploy the documentation to Meli (CoastalCommits Pages)
|
- name: Deploy the documentation to Meli (CoastalCommits Pages)
|
||||||
run: |
|
run: |
|
||||||
|
unset GITHUB_TOKEN
|
||||||
|
unset GITLAB_TOKEN
|
||||||
if [ -n "${{ github.base_ref }}" ]; then
|
if [ -n "${{ github.base_ref }}" ]; then
|
||||||
release="$(basename "{{ github.base_ref }}")"
|
release="$(basename "{{ github.base_ref }}")"
|
||||||
export GITEA_TOKEN = ${{ secrets.COASTALCOMMITSTOKEN }}
|
|
||||||
else
|
else
|
||||||
release="$(basename "${{ github.ref }}")"
|
release="$(basename "${{ github.ref }}")"
|
||||||
fi
|
fi
|
||||||
|
@ -64,6 +65,8 @@ jobs:
|
||||||
--branch "$release"
|
--branch "$release"
|
||||||
|
|
||||||
echo "Deployed to Meli on branch $release"
|
echo "Deployed to Meli on branch $release"
|
||||||
|
env:
|
||||||
|
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Analysing the code with Pylint
|
- name: Analysing the code with Pylint
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue