Skip to content

Commit

Permalink
fix: onemoretiem
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilian committed Nov 17, 2024
1 parent f03972e commit 7d29378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install deployment-time prerequisites
run: |
echo "Installing cx from Creoox/cx using token ${{ secrets.GH_TOKEN2 }}"
curl -X GET -H "Authorization: token ${GH_TOKEN}" https://raw.githubusercontent.com/Creoox/cx/main/src/cx.clj > /usr/local/bin/cx
curl -X GET -H "Authorization: token ${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 7d29378

Please sign in to comment.