Browse Source

build: Use explicit token in release build (#1444)

bo0tzz 2 years ago
parent
commit
d354b38139
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/prepare-release.yml

+ 2 - 0
.github/workflows/prepare-release.yml

@@ -24,6 +24,8 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v3
+        with:
+          token: ${{ secrets.ORG_RELEASE_TOKEN }}
 
       - name: Bump version
         run: misc/release/pump-version.sh -s "${{ inputs.serverBump }}" -m "${{ inputs.mobileBump }}"