Skip to content

Commit

Permalink
[ci] Use GITHUB_TOKEN to get list of solved issues
Browse files Browse the repository at this point in the history
skip-checks:true
  • Loading branch information
dpiparo committed May 16, 2024
1 parent 7891c18 commit 9530711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/misc/get_solved_issues-github-actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from argparse import ArgumentParser
import sys, os, re

token = os.environ["OS_APPLICATION_CREDENTIAL_SECRET"]
token = os.environ["GITHUB_TOKEN"]

def parse_args():
p = ArgumentParser()
Expand Down

0 comments on commit 9530711

Please sign in to comment.