Skip to content

Commit

Permalink
fix: missing yagna app-key #38
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 12, 2024
1 parent 09dc881 commit 9373f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: checkout
run: |
cd /home/ubuntu/golem
git clone https://${GITHUB_TOKEN}@github.com/golemfactory/deposit-payment-example.git
git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/golemfactory/deposit-payment-example.git
git pull
git submodule update --init --recursive
Expand Down

0 comments on commit 9373f0c

Please sign in to comment.