Skip to content

Bump undici from 5.28.3 to 5.28.4 (#13) #11

Bump undici from 5.28.3 to 5.28.4 (#13)

Bump undici from 5.28.3 to 5.28.4 (#13) #11

Workflow file for this run

name: Deploy page
on:
push:
branches: ["main"]
workflow_dispatch:
schedule:
- cron: "0 12 1 * *"
permissions:
pages: write
id-token: write
jobs:
get_metrics:
runs-on: ubuntu-latest
name: Get repository metrics
steps:
- uses: paritytech/metrics@main
name: Fetch polkadot-fellows/runtimes metrics
id: metric
with:
GITHUB_TOKEN: ${{ github.token }}
owner: polkadot-fellows
repo: runtimes
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1