Skip to content

Commit 1796983

Browse files
committed
fix?: ci
1 parent ba49f43 commit 1796983

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ jobs:
147147
}')
148148
149149
echo "release=$release" >> $GITHUB_OUTPUT
150+
env:
151+
GH_TOKEN: ${{ github.token }}
150152

151153
release_dispatch:
152154
runs-on: ubuntu-latest
@@ -165,6 +167,7 @@ jobs:
165167
jq -n --argjson payload "$release" '{ event_type: "release", client_payload: $payload }' \
166168
| gh api repos/{owner}/$repository/dispatches -X POST -i --input -
167169
env:
170+
GH_TOKEN: ${{ github.token }}
168171
repository: ${{ matrix.repository }}
169172
release: ${{ needs.release.outputs.release }}
170173

0 commit comments

Comments
 (0)