Skip to content

.github: Add Scorecard workflow (#1) #11

.github: Add Scorecard workflow (#1)

.github: Add Scorecard workflow (#1) #11

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Release
uses: codfish/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}