You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Annotations Action
v1.0.0
GitHub action for creating annotations from JSON file
This repository uses npm packages from @attest
scope on github; we are working hard to open source these packages.
Make sure you have a ~/.npmrc
file setup with a github token (read packages scope) to authenticate with the Github package registry for fe-tools
//npm.pkg.github.com/:_authToken={githubtoken}
@attest:registry=https://npm.pkg.github.com/
Then install with
yarn
workflow.yml
name: workflow
on: [push]
jobs:
job:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Annotate
uses: Attest/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
input: './annotations.json'
title: 'Annotate Files'