Przeglądaj źródła

Github Actions: Use the correct access token

MeFisto94 5 lat temu
rodzic
commit
489487f6d4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/gradle.yml

+ 1 - 1
.github/workflows/gradle.yml

@@ -35,7 +35,7 @@ jobs:
         repository: 'jMonkeyEngine/sdk-update-center'
         ref: nightly
         path: nightly
-        token: ${{ secrets.NBM_SIGN_PASS }}
+        token: ${{ secrets. UPDATE_CENTER_PAT }}
       
     - name: Setup Git for the commit
       run: git config user.email [email protected] && git config user.name MeFisto94