diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f95b420..333e3ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,13 +44,13 @@ jobs: uses: actions/setup-python@v3 with: python-version: "3.10" - - name: Generate Nillion Repo app token + - name: Generate GitHub App token id: generate-token uses: actions/create-github-app-token@v1 with: - app-id: ${{ vars.NILLION_REPO_APP_ID }} + app-id: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_ID }} owner: NillionNetwork - private-key: ${{ secrets.NILLION_REPO_APP_PRIVATE_KEY }} + private-key: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_PRIVATE_KEY }} repositories: nillion - name: Checkout tools repo uses: actions/checkout@v4