Skip to content

Commit

Permalink
fix: fixed issue with providing myget feed token
Browse files Browse the repository at this point in the history
  • Loading branch information
aochmann committed Feb 26, 2021
1 parent b52e461 commit b79e2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-myget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# MyGet Feed settings
MYGET_USER: thecogworks
MYGET_TOKEN: ${{ secrets.MYGET_TOKEN }}
MYGET_FEED: https://www.myget.org/F/cogworks-packages/auth/${{ env.MYGET_TOKEN }}/api/v3/index.json
MYGET_FEED: https://www.myget.org/F/cogworks-packages/auth/${{ secrets.MYGET_TOKEN }}/api/v3/index.json

steps:
- name: Checkout commit
Expand Down

0 comments on commit b79e2bc

Please sign in to comment.