Skip to content

Commit

Permalink
[ci] Access GITHUB_TOKEN
Browse files Browse the repository at this point in the history
skip-checks:true
  • Loading branch information
dpiparo committed May 16, 2024
1 parent a095f5c commit 7891c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/projFixedIssues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
wget https://raw.githubusercontent.com/root-project/root/master/build/misc/get_solved_issues-github-actions.py
- name: Generate list of closed issues for release notes
env:
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: python ./get_solved_issues-github-actions.py --project-name ${{ inputs.tag }}

0 comments on commit 7891c18

Please sign in to comment.