From 125a8db2bbd0580d726a78e97fc79d6e888f3513 Mon Sep 17 00:00:00 2001 From: pylover Date: Thu, 26 Nov 2020 04:44:35 +0330 Subject: [PATCH] v2.5.6 --- .github/workflows/build.yml | 4 ++-- pymlconf/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e9b5e4..5c93532 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: - name: Coveralls Finished run: coveralls --finish env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT }} release: needs: test @@ -66,7 +66,7 @@ jobs: id: create_release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT }} with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} diff --git a/pymlconf/__init__.py b/pymlconf/__init__.py index 90ac5f0..a506456 100644 --- a/pymlconf/__init__.py +++ b/pymlconf/__init__.py @@ -6,4 +6,4 @@ ConfigurationNotInitializedError -__version__ = '2.5.5' +__version__ = '2.5.6'