Skip to content

Commit 22eebbb

Browse files
committed
fixup
1 parent 4d894d2 commit 22eebbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_cloudpods.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
matrix: ${{ steps.set-matrix.outputs.matrix }}
2020
steps:
2121
- id: set-matrix
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2224
run: |
23-
echo "gh api repos/$GITHUB_REPOSITORY/releases | jq -r '[.[].tag_name]'"
24-
echo "$(gh api repos/$GITHUB_REPOSITORY/releases | jq -r '[.[].tag_name]')"
25-
echo "matrix=$(gh api repos/$GITHUB_REPOSITORY/releases | jq -r '[.[].tag_name]')" >> $GITHUB_OUTPUT"
25+
echo "matrix=$(gh api repos/$GITHUB_REPOSITORY/releases | jq -r '[.[].tag_name]')" >> $GITHUB_OUTPUT
2626
2727
test-pod-release:
2828
needs: get-releases

0 commit comments

Comments
 (0)