Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
fix api key ref?
Browse files Browse the repository at this point in the history
  • Loading branch information
aliig committed Nov 29, 2023
1 parent 5be46b8 commit c2e2732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Set up API Key
run: |
echo "API_KEY=${{ secrets.CURSEFORGE_API_KEY }}" >> $GITHUB_ENV
echo "CURSEFORGE_API_KEY=${{ secrets.CURSEFORGE_API_KEY }}" >> $GITHUB_ENV
- name: Cache conda
uses: actions/cache@v2
Expand Down

0 comments on commit c2e2732

Please sign in to comment.