Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 4, 2024
1 parent c080d83 commit 1cd1c44
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/automated-prs-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
# schedule:
# - cron: "0 0 * * *"

permissions:
contents: write
pull-requests: write

jobs:
list-prs:
runs-on: ubuntu-latest
Expand All @@ -22,7 +18,7 @@ jobs:
- name: List PRs
id: list-prs
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.NIGHTLY_GH_PAT }}
run: |
set -euo pipefail
Expand All @@ -48,7 +44,7 @@ jobs:

- name: Process PR
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.NIGHTLY_GH_PAT }}
run: |
set -euo pipefail
Expand Down

0 comments on commit 1cd1c44

Please sign in to comment.