ci: check supported bee version (#231)

This commit is contained in:
Vojtech Simetka
2021-11-07 14:43:54 +01:00
committed by GitHub
parent c1a219c2e2
commit 15b4b0e561
2 changed files with 10 additions and 3 deletions
+6
View File
@@ -49,3 +49,9 @@ jobs:
- name: Build
run: npm run build
- name: Update supported Bee action
uses: ethersphere/update-supported-bee-action@v1
if: github.ref == 'refs/heads/master'
with:
token: ${{ secrets.REPO_GHA_PAT }}