Skip to content

Commit

Permalink
Update token authentication.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Feb 12, 2024
1 parent 59da34f commit 2915692
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check-breaking-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ on:
- cron: '0 8 * * *'
workflow_dispatch:

permissions:
actions: write

jobs:
pr-verify-job:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CC_LIST: '@rgrunber'
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -44,6 +40,7 @@ jobs:
- name: Check eclipse.jdt.ui PRs
continue-on-error: true
run: |
gh auth login --with-token ${{ secrets.GHA_JDTUI_ACCESS }}
PRS=`gh --repo=eclipse-jdt/eclipse.jdt.ui pr list --json number | jq .[].number`
set +e
for number in `echo ${PRS}`; do
Expand Down

0 comments on commit 2915692

Please sign in to comment.