Skip to content

Merge pull request #92 from nspcc-dev/fix-gh-push-to-neofs #9

Merge pull request #92 from nspcc-dev/fix-gh-push-to-neofs

Merge pull request #92 from nspcc-dev/fix-gh-push-to-neofs #9

Workflow file for this run

name: Publish to NeoFS
on:
push:
branches: [ master ]
jobs:
push-to-neofs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Build Docker image
run: make image
- name: Get pdf file
run: make docker/pdf
- name: Publish to NeoFS
uses: nspcc-dev/[email protected]
with:
NEOFS_WALLET: ${{ secrets.NEOFS_WALLET }}
NEOFS_WALLET_PASSWORD: ${{ secrets.NEOFS_WALLET_PASSWORD }}
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