File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 go-secondary-version : ${{ inputs.go-primary-version }}
100100 go-sum-file : ${{ inputs.go-sum-file }}
101101 enable-multi-module : ${{ env.ENABLE_MULTI_MODULE_TESTING }}
102+ github-token : ${{ secrets.github-token }}
102103
103104 # --------------------------------------------------------------------
104105 # Extract Go module directory from GO_SUM_FILE path
@@ -297,6 +298,7 @@ jobs:
297298 go-secondary-version : ${{ inputs.go-primary-version }}
298299 go-sum-file : ${{ inputs.go-sum-file }}
299300 enable-multi-module : ${{ env.ENABLE_MULTI_MODULE_TESTING }}
301+ github-token : ${{ secrets.github-token }}
300302
301303 # --------------------------------------------------------------------
302304 # Extract Go module directory from GO_SUM_FILE path
Original file line number Diff line number Diff line change 3232 security-events : write
3333 # Needed to publish results and get a badge (see publish_results below).
3434 id-token : write
35- # Uncomment the permissions below if installing in a private repository.
36- # contents: read
37- # actions: read
35+ # Needed to checkout the repository.
36+ contents : read
3837
3938 steps :
4039 - name : " Checkout code"
You can’t perform that action at this time.
0 commit comments