Skip to content

updated listed on bladeicon readme flags #53

updated listed on bladeicon readme flags

updated listed on bladeicon readme flags #53

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1.1.3
with:
token: ${{ secrets.BLADE_ICONS_PACKAGES_REPO_ACCESS_TOKEN }}
repository: codeat3/blade-icons-packages
event-type: collection-updated
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'