Skip to content

Commit

Permalink
Merge pull request #91 from nspcc-dev/vars-fix
Browse files Browse the repository at this point in the history
.github: fetch variables from the proper place
  • Loading branch information
roman-khimov authored Nov 10, 2023
2 parents 6137010 + 45aed71 commit da1cc50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/neofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
NEOFS_WALLET: ${{ secrets.NEOFS_WALLET }}
NEOFS_WALLET_PASSWORD: ${{ secrets.NEOFS_WALLET_PASSWORD }}
NEOFS_NETWORK_DOMAIN: ${{ env.NEOFS_NETWORK_DOMAIN }}
NEOFS_HTTP_GATE: ${{ env.NEOFS_HTTP_GATE }}
STORE_OBJECTS_CID: ${{ env.STORE_OBJECTS_CID }}
NEOFS_NETWORK_DOMAIN: ${{ vars.NEOFS_NETWORK_DOMAIN }}
NEOFS_HTTP_GATE: ${{ vars.NEOFS_HTTP_GATE }}
STORE_OBJECTS_CID: ${{ vars.STORE_OBJECTS_CID }}
PATH_TO_FILES_DIR: output

0 comments on commit da1cc50

Please sign in to comment.