Skip to content

Commit 288500a

Browse files
committed
Solve more issues in the ci.
1 parent 91dd62f commit 288500a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
set -exo pipefail
9292
echo "GH_REPO_OWNER=${GITHUB_REPOSITORY_OWNER}" >> $GITHUB_ENV
9393
echo "GH_REPO_NAME=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
94+
echo "CI_COMMIT_SHA=${{ github.sha }}" >> $GITHUB_ENV
9495
export PREVIOUS_TAG=$(git describe HEAD^1 --abbrev=0 --tags)
9596
echo "PREVIOUS_TAG=${PREVIOUS_TAG}" >> $GITHUB_ENV
9697
echo "GIT_HISTORY<<EOF" >> $GITHUB_ENV
@@ -116,7 +117,7 @@ jobs:
116117
with:
117118
owner: metacall
118119
repo: install
119-
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
120+
github_token: ${{ secrets.G_PERSONAL_ACCESS_TOKEN }}
120121
workflow_file_name: test-linux.yml
121122
wait_workflow: true
122123
ref: master

0 commit comments

Comments
 (0)