Skip to content

Commit

Permalink
test permission
Browse files Browse the repository at this point in the history
Signed-off-by: popcorny <[email protected]>
  • Loading branch information
popcornylu committed May 23, 2024
1 parent e7b7bd3 commit dcde5d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/recce-prsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: OSO Recce PR Sync

on:
workflow_dispatch:
push:
schedule:
- cron: '30 17 * * *' # run at 1:30 AM (UTC + 8) everyday

Expand Down Expand Up @@ -33,6 +34,7 @@ jobs:
- name: Run pysync
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ sercrets.GH_TOKEN_FOR_ADVANCED_PERMISSIONS }}
run: |
prsync 'DataRecce/oso'

0 comments on commit dcde5d8

Please sign in to comment.