try setting gh_token environment variable

This commit is contained in:
2022-11-26 14:13:52 -06:00
parent 8cc4c5cc53
commit af86f5cb82
+3
View File
@@ -3,6 +3,9 @@ on:
branches:
- github-actions
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build-linux:
runs-on: ubuntu-latest