mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
chore: use token with correct permissions for issues beta (#24761)
This commit is contained in:
parent
b88129e076
commit
504b4b41c8
2
.github/workflows/label-move.yml
vendored
2
.github/workflows/label-move.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PROJECT: MDExOlByb2plY3ROZXh0MzIxNw== # https://github.com/orgs/sourcegraph/projects/197
|
||||
GITHUB_TOKEN: ${{ secrets.LABELER_GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PROJECTS_ACTION_TOKEN }}
|
||||
steps:
|
||||
- name: Get issue if relevant
|
||||
if: ${{ contains(github.event.issue.labels.*.name, 'team/distribution') }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user