Browse Source

Use non-default access token in release pipeline

This ensures that subsequent workflows are triggered

Closes gh-11022
Eleftheria Stein 3 năm trước cách đây
mục cha
commit
8914f06eca
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .github/workflows/release-next-version.yml

+ 2 - 0
.github/workflows/release-next-version.yml

@@ -78,6 +78,8 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
+        with:
+          token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
       - name: Set up JDK
         uses: actions/setup-java@v1
         with: