rsgoncalves has updated NHANES database #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: nhanes-database-update | |
run-name: ${{ github.actor }} has updated NHANES database | |
on: | |
release: | |
types: [published] | |
permissions: | |
contents: read | |
issues: write | |
jobs: | |
create-new-db-update-issue: | |
permissions: write-all | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dacbd/create-issue-action@main | |
with: | |
token: ${{ secrets.PAT_JP }} | |
title: Updated Database | |
body: The NHANES Metadata Database has been updated to a new version at https://github.com/ccb-hms/NHANES-metadata/releases/latest . Please use at the earliest convenience. | |
owner: ccb-hms | |
repo: NHANES |