From 9fc03e54c0c60d85615aa9e912afaaedfd8c7dfc Mon Sep 17 00:00:00 2001 From: Yoofi Quansah Date: Mon, 8 Jan 2024 15:02:37 -0600 Subject: [PATCH] chore: remove generating GH Token in GH Action --- .github/workflows/package-sdks.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/package-sdks.yml b/.github/workflows/package-sdks.yml index be602d0..d430520 100644 --- a/.github/workflows/package-sdks.yml +++ b/.github/workflows/package-sdks.yml @@ -35,15 +35,7 @@ jobs: - name: Install Dagger run: | cd /usr/local - curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.3 sh - - - name: Generate token - id: generate_token - uses: tibdex/github-app-token@v1 - with: - app_id: ${{ secrets.FLIPT_RELEASE_BOT_APP_ID }} - private_key: ${{ secrets.FLIPT_RELEASE_BOT_APP_PEM }} - installation_id: ${{ secrets.FLIPT_RELEASE_BOT_INSTALLATION_ID }} + curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.5 sh - name: Build Individual SDK(s) env: