diff --git a/.github/workflows/update-major-version.yaml b/.github/workflows/update-major-version.yaml index b9c0e71..95b63b7 100644 --- a/.github/workflows/update-major-version.yaml +++ b/.github/workflows/update-major-version.yaml @@ -10,4 +10,6 @@ jobs: name: Update Major Version Tag runs-on: ubuntu-latest steps: - - uses: nowactions/update-majorver@v1 \ No newline at end of file + - uses: nowactions/update-majorver@v1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file