From 9decbd52dd84aab7b035a7de705dcba77c837780 Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Sun, 18 Feb 2024 10:36:56 -0600 Subject: [PATCH] use github deployments for releases --- .github/workflows/release-published.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 767a700..94a1680 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -22,9 +22,9 @@ jobs: id: github-app with: revoke: true - app_id: ${{ secrets.BOT_GITHUB_APP_ID }} + app_id: ${{ vars.BOT_GITHUB_APP_ID }} installation_retrieval_mode: "id" - installation_retrieval_payload: ${{ secrets.BOT_ITHUB_APP_INSTALLATION_ID }} + installation_retrieval_payload: ${{ vars.BOT_ITHUB_APP_INSTALLATION_ID }} private_key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }} repositories: >- ["${{ github.repository }}"]