Skip to content

Commit

Permalink
fix: for fum
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilian committed Nov 17, 2024
1 parent 7d29378 commit c715f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- name: Install deployment-time prerequisites
run: |
echo "Installing cx from Creoox/cx using token ${{ secrets.GH_TOKEN2 }}"
curl -X GET -H "Authorization: token ${GH_TOKEN2}" https://raw.githubusercontent.com/Creoox/cx/main/src/cx.clj > /usr/local/bin/cx
echo "Installing cx from Creoox/cx using token"
curl -X GET -H "Authorization: token ${{ secrets.GH_TOKEN2 }}" https://raw.githubusercontent.com/Creoox/cx/main/src/cx.clj > /usr/local/bin/cx
chmod +x /usr/local/bin/cx
- name: Notify about a new release
run: |
Expand Down

0 comments on commit c715f41

Please sign in to comment.