Skip to content

Commit

Permalink
initial commit of the checksum GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Sep 21, 2022
1 parent 68faf3f commit db2f168
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release-checksum.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add checksum to release

on:
release:
types:
- published

jobs:
add-checksum:
runs-on: ubuntu-latest
steps:
- uses: dtcenter/metplus-action-release-checksum@v1
with:
token: ${{ secrets.METPLUS_BOT_TOKEN }}

0 comments on commit db2f168

Please sign in to comment.