Skip to content
Snippets Groups Projects
Commit 246e8232 authored by Maksim Kokryashkin's avatar Maksim Kokryashkin Committed by Yaroslav Lobankov
Browse files

ci: dedicated token for Lango stale PRs

Default token for actions provided by GitHub lacks
read and write permissions for private projects. This
commit changes the token used for the stale PRs workflow
to the dedicated token with needed permissions.

NO_DOC=Workflow fix
NO_TEST=Workflow fix
NO_CHANGELOG=Workflow fix
parent 8e7514b9
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,12 @@ name: lango-stale-reviews
on:
schedule:
- cron: '* */1 * * *' # At every hour.
workflow_dispatch:
jobs:
update-last-activity-dates:
env:
LANGO_REVIEW_BOARD_TOKEN: ${{ github.token }}
LANGO_REVIEW_BOARD_TOKEN: ${{ secrets.LANGO_REVIEW_BOARD_TOKEN }}
ORGANIZATION: Tarantool
PROJECT_ID: 83
runs-on: ubuntu-latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment