mirror of
https://github.com/github/codeql.git
synced 2025-12-28 22:56:32 +01:00
Merge pull request #35 from GitHubSecurityLab/jorgectf-patch-2
Fix tokens
This commit is contained in:
@@ -24,7 +24,7 @@ runs:
|
||||
- name: Do something with context
|
||||
shell: bash
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
GITHUB_TOKEN: ${{ inputs.token }}
|
||||
GH_TOKEN: ${{ inputs.token }}
|
||||
run: |
|
||||
node ${{ github.action_path }}/.github/action/dist/index.js
|
||||
|
||||
Reference in New Issue
Block a user