ci: remove update supported bee action (#682)

This commit is contained in:
Cafe137
2024-11-25 09:27:24 +01:00
committed by GitHub
parent d0c94b7316
commit ed75198528
-7
View File
@@ -56,13 +56,6 @@ jobs:
- name: Types check
run: npm run check:types
- name: Update supported Bee action
uses: ethersphere/update-supported-bee-action@v1
if: github.ref == 'refs/heads/master'
with:
updateEngine: true
token: ${{ secrets.GHA_PAT_BASIC }}
- name: Build
run: npm run build