Skip to content

Commit

Permalink
Fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Nov 12, 2024
1 parent c67d8fa commit eb88e63
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ on:

jobs:
push-in-main:
env:
GH_TOKEN: ${{ github.token }}
runs-on: ubuntu-latest
steps:
- run: |
- name: Checkout
uses: actions/checkout@v4
- name: Bump stale branches
run: |
PR_BRANCHES=$(gh pr list --base main --json 'headRefName' --jq .[].headRefName)
for BRANCH in $PR_BRANCHES; do
RUN=$(gh run list --branch $BRANCH -w "Check branch is rebased" --json databaseId)
Expand Down

0 comments on commit eb88e63

Please sign in to comment.