summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-08-02 13:56:22 +0000
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-08-02 13:56:22 +0000
commitb4cb23c3817c961d6b524d6814b24ffdb596f954 (patch)
tree98a9b9bc2baf58309434f9bc8ba4c25ee1b98bcf
parentebdc26bab02e3a4206499246cd7b4644a7275f7b (diff)
fix script, remove permissions
-rw-r--r--.github/workflows/dependencies_matches.yaml24
1 files changed, 10 insertions, 14 deletions
diff --git a/.github/workflows/dependencies_matches.yaml b/.github/workflows/dependencies_matches.yaml
index bad2e39..f56edc2 100644
--- a/.github/workflows/dependencies_matches.yaml
+++ b/.github/workflows/dependencies_matches.yaml
@@ -3,10 +3,6 @@ name: Check if dependencies match
# at the same time, this check makes sure that we do use
# the same version of said libraries.
on: [push]
-permissions:
- issues: write
- pull-requests: write
-
jobs:
wownero-seed:
@@ -34,16 +30,16 @@ jobs:
echo "WOWNERO_WOWNEROSEED=$(cat wownero/contrib/depends/packages/wownero_seed.mk | grep _download_file | tr '=.' '\n' | head -2 | tail -1)" >> $GITHUB_ENV
- name: compare hashes
run: |
- if [[ "x$WOWNERO_WOWNEROSEED" == "x" ]];
- then
- echo "Unable to obtain wownero seed from wownero repo"
- exit 1
- fi
- if [[ ! "x$EXTERNAL_WOWNEROSEED" == "x$WOWNERO_WOWNEROSEED" ]];
- then
- echo "external/wownero-seed doesn't match wownero/contrib/depends/packages/wownero_seed.mk checksum"
- exit 1
- fi
+ if [[ "x$WOWNERO_WOWNEROSEED" == "x" ]];
+ then
+ echo "Unable to obtain wownero seed from wownero repo"
+ exit 1
+ fi
+ if [[ ! "x$EXTERNAL_WOWNEROSEED" == "x$WOWNERO_WOWNEROSEED" ]];
+ then
+ echo "external/wownero-seed doesn't match wownero/contrib/depends/packages/wownero_seed.mk checksum"
+ exit 1
+ fi
polyseed:
strategy:
matrix: