From 3550dfc1b66cb35dde40323b95271ffa20c275eb Mon Sep 17 00:00:00 2001 From: atheesh Date: Fri, 16 Feb 2024 11:51:48 +0530 Subject: [PATCH] revert --- .github/workflows/build.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64be96fb5..6b32c2bab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,20 +9,8 @@ defaults: jobs: build-binary: - permissions: - actions: write - checks: write - contents: write - deployments: write - issues: write - packages: write - pull-requests: write - repository-projects: write - security-events: write - statuses: write name: "Node binary" runs-on: ubuntu-20.04 - steps: - uses: actions/checkout@v4 @@ -91,4 +79,3 @@ jobs: with: name: cheqd-node-build.tar path: /tmp/cheqd-node-build.tar -