X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/721f8e00b287974d6346e3c62bb8d0d599cc7db3..754e811b70aa309b080e102ed629672f1558866b:/.github/workflows/labeling.yml diff --git a/.github/workflows/labeling.yml b/.github/workflows/labeling.yml index d7752c519..d01969fe7 100644 --- a/.github/workflows/labeling.yml +++ b/.github/workflows/labeling.yml @@ -6,12 +6,18 @@ on: pull_request_target: types: [opened, synchronize] +permissions: + pull-requests: write + statuses: write + jobs: danger: runs-on: ubuntu-22.04 steps: - name: Check out code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup ruby uses: ruby/setup-ruby@v1 with: @@ -20,6 +26,6 @@ jobs: bundler-cache: true - name: Danger env: - DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} + DANGER_GITHUB_BEARER_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | bundle exec danger --verbose