We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fe9b3 commit b78af6cCopy full SHA for b78af6c
.github/workflows/build.yml
@@ -78,6 +78,8 @@ jobs:
78
optflags="${{ env.optflags }}" \
79
cppflags="${{ env.cppflags }}" \
80
target=${{ env.target }} \
81
+ env:
82
+ GH_TOKEN: ${{ github.token }}
83
84
- name: List images
85
run: docker images
0 commit comments