From 8b248acea8338399a229948d37d987502b13871b Mon Sep 17 00:00:00 2001 From: aquint-zama Date: Wed, 15 Jan 2025 10:24:02 +0100 Subject: [PATCH] chore: update release workflow --- .github/workflows/make_release.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index 44b8756dd7..bca94c4e32 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -43,7 +43,7 @@ jobs: hash: ${{ steps.hash.outputs.hash }} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -77,12 +77,9 @@ jobs: name: Publish Release needs: [package] # for comparing hashes runs-on: ubuntu-latest - permissions: - contents: read - id-token: write steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -110,7 +107,7 @@ jobs: - name: Slack notification (hashes comparison) if: ${{ needs.package.outputs.hash != steps.published_hash.outputs.pub_hash }} continue-on-error: true - uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # v2.3.2 env: SLACK_COLOR: failure SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} @@ -155,7 +152,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # v2.3.2 env: SLACK_COLOR: ${{ job.status }} SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}