diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 58c2486..41aa238 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,8 @@ jobs: id: version with: version_file: ./VERSION + github_token: ${{ secrets.GITHUB_TOKEN }} + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout code uses: actions/checkout@v2.3.4