From 07da60c67d19f6a888710547ef0d1a80999ee235 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Mon, 28 Oct 2024 13:15:36 +0530 Subject: [PATCH] Changes to the release file --- .github/workflows/release.yml | 1 + .github/workflows/rl-scanner.yml | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75995970..8f2cc5bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ on: - 'Add-Revrsing-Labs' permissions: + id-token: write contents: write ### TODO: Replace instances of './.github/actions/' w/ `auth0/dx-sdk-actions/` and append `@latest` after the common `dx-sdk-actions` repo is made public. diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index fd8fb3e3..5bfccd25 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -30,10 +30,6 @@ jobs: outputs: scan-status: ${{ steps.rl-scan-conclusion.outcome }} - permissions: - php-version: write - id-token: write # This is required for requesting the JWT - steps: - name: Checkout code uses: actions/checkout@v4