Skip to content

Commit

Permalink
Add Github action for registration bot
Browse files Browse the repository at this point in the history
  • Loading branch information
jmert committed Dec 15, 2021
1 parent 7b9ec44 commit 10de346
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/Register.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Register Action
on:
workflow_dispatch:
inputs:
version:
description: Version to register or component to bump
required: true
jobs:
register:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/RegisterAction@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 10de346

Please sign in to comment.