diff --git a/.github/workflows/github-create-release.yml b/.github/workflows/github-create-release.yml index 85fc47e..7452285 100644 --- a/.github/workflows/github-create-release.yml +++ b/.github/workflows/github-create-release.yml @@ -41,7 +41,7 @@ jobs: uses: phips28/gh-action-bump-version@master name: Bump package version env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.AUTOMATOR_DEVOPS_PAT }} with: major-wording: "#build-major" minor-wording: "#build-minor" @@ -52,7 +52,7 @@ jobs: - uses: actions/create-release@v1 name: Create release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + GITHUB_TOKEN: ${{ secrets.AUTOMATOR_DEVOPS_PAT }} # This token is provided by Actions, you do not need to create your own token with: tag_name: ${{steps.bump-version.outputs.newTag}} release_name: Release ${{steps.bump-version.outputs.newTag}} diff --git a/.gitignore b/.gitignore index e7a4b39..ee8f8fc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,3 @@ node_modules/ nohup.out dist/ .eslintcache -.redeployapp diff --git a/.redeployapp b/.redeployapp new file mode 100644 index 0000000..97306a2 --- /dev/null +++ b/.redeployapp @@ -0,0 +1 @@ +Wed Dec 4 17:39:45 CET 2024