diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 73db3fb..9d3cd8a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -5,8 +5,6 @@ on: push: branches: - main - tags: - - '*' release: types: [published] workflow_dispatch: diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 3339a41..bd92d96 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - name: Python Semantic Release uses: relekang/python-semantic-release@master