Skip to content

Commit e5c5ee7

Browse files
don't duplicate env spec in yaml
1 parent b93a12c commit e5c5ee7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ciCreatePlatformPool.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ jobs:
8787
permissions:
8888
contents: read
8989
packages: read
90-
env:
91-
METRICSKEY: ${{ secrets.METRICS_KEYS }}
9290
steps:
9391
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9492
with:
@@ -103,9 +101,10 @@ jobs:
103101
- name: Push metrics
104102
id: pushMetrics
105103
run: |
104+
echo "SF_DEVHUB_URL len: ${#SF_DEVHUB_URL}"
105+
echo "METRICSKEY len: ${#METRICSKEY}"
106106
keyfile=$(mktemp) || exit 1
107107
cat > "$keyfile" <<< "$METRICSKEY"
108-
wc "$keyfile"
109108
msg=$(sfp pool list --targetdevhubusername=devhub --json |
110109
jq -r '.scratchOrgDetails |
111110
group_by(.tag, .status)[] |

0 commit comments

Comments
 (0)