Skip to content

Commit

Permalink
try new credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Jan 29, 2024
1 parent 5fec036 commit ed9a1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bioconda-utils-build-env-cos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ jobs:
image: ${{ steps.build.outputs.image_name }}
tags: ${{ steps.build.outputs.tags }}
registry: quay.io/bioconda
username: ${{ secrets.QUAY_BIOCONDA_USERNAME }}
password: ${{ secrets.QUAY_BIOCONDA_TOKEN }}
username: ${{ secrets.QUAY_BIOCONDA_USERNAME_2024 }}
password: ${{ secrets.QUAY_BIOCONDA_TOKEN_2024}}

- if: ${{ github.ref == 'refs/heads/test-push' }}
name: Test Pushed
Expand Down

0 comments on commit ed9a1f9

Please sign in to comment.