Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Oct 7, 2024
1 parent 6e5ea9f commit 6f873d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkNetworkURISecrects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Extract active networks from networks.json
active_networks=$(jq -r 'to_entries[] | select(.value.status == "active") | .key' config/networks.json)
echo "Active networks: $active_networks"
echo "ACTIVE_NETWORKS=$active_networks" >> $GITHUB_ENV
echo "ACTIVE_NETWORKS=$active_networks" >> "$GITHUB_ENV"
- name: Check for Missing Secrets
id: check-secrets
Expand Down

0 comments on commit 6f873d4

Please sign in to comment.