Add access token

This commit is contained in:
Roland Rabien 2023-08-31 12:42:32 -07:00
commit cf1bf2b0ae

View file

@ -47,3 +47,5 @@ jobs:
- name: Create Release
run: ./release.sh
shell: bash
env:
GH_TOKEN: ${{ github.ACCESS_TOKEN }}