Skip to content

Commit

Permalink
actions: config secrets [3]
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet committed Mar 7, 2025
1 parent 7ba82c8 commit 4c8a085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Export environment variables
run: |
echo "export RPC_URL=${{ secrets.RPC_URL }}" >> $GITHUB_ENV
echo "RPC_URL=${{ secrets.RPC_URL }}" >> $GITHUB_ENV
export RPC_URL=${{ secrets.RPC_URL }}
- run: scarb fmt --check

Expand Down

0 comments on commit 4c8a085

Please sign in to comment.