Skip to content

Commit

Permalink
Forked action and updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
DarnellGranberry committed Mar 8, 2022
1 parent 3d019e6 commit 8f88fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: publish-to-conda
uses: ./.github/actions/conda-package-publish-action@master
uses: darnellgranberry/conda-package-publish-action@master
with:
subDir: 'conda'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v1 #may want to change to v2
- name: publish-to-conda
uses: ./.github/actions/conda-package-publish-action@master
uses: darnellgranberry/conda-package-publish-action@master
with:
subDir: 'conda-build'
AnacondaToken: ${{ secrets.CONDAAPITOKEN }}

0 comments on commit 8f88fce

Please sign in to comment.