Skip to content

Commit e4a767c

Browse files
committed
add github token env var
1 parent 1b8cecc commit e4a767c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
gh release delete "$tag" -y
9090
fi
9191
env:
92-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92+
GH_TOKEN: ${{ github.token }}
9393

9494
- name: Create GitHub Release
9595
id: create_release
@@ -126,3 +126,5 @@ jobs:
126126
- name: Build PostgreSQL, PostGIS, and Dependencies
127127
run: |
128128
./build_and_release.sh
129+
env:
130+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)