Skip to content

Commit

Permalink
Merge pull request #4 from OPERA-Cal-Val/tagging-workflow
Browse files Browse the repository at this point in the history
Tagging workflow
  • Loading branch information
cmarshak authored Jan 10, 2024
2 parents 9f83c44 + 5457083 commit e1f12f1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Tag version

on:
push:
branches:
- main

jobs:
call-bump-version-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.8.3
with:
user: opera-pst-dev
email: opera-pst-dev@jpl.nasa.gov
secrets:
USER_TOKEN: ${{ secrets.OPERA_PST_GITHUB_TOKEN }}

0 comments on commit e1f12f1

Please sign in to comment.