diff --git a/.github/workflows/git-tag.yml b/.github/workflows/git-tag.yml index e42cc052fe2..4bf365741e8 100644 --- a/.github/workflows/git-tag.yml +++ b/.github/workflows/git-tag.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v2 + with: + token: ${{ secrets.GH_TOKEN }} - name: Get tag version id: release_info