Skip to content

Commit

Permalink
Issue #12570: action 'R: Close/Create Milestone' use PAT as finegrain…
Browse files Browse the repository at this point in the history
…ed secrets are not available for orgs repos
  • Loading branch information
romani committed Jan 31, 2023
1 parent 309d5a0 commit ff239e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Creation of issue in other Repositories
env:
GITHUB_TOKEN: ${{ secrets.ISSUES_WRITE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
run: |
./.ci/creation-of-issue-in-other-repos.sh ${{ github.event.inputs.version }}

0 comments on commit ff239e0

Please sign in to comment.