Skip to content

Bump elgohr/Publish-Docker-Github-Action from 43dc228e327224b2eda11c8883232afd5b34943b to b77434333350079774b58dfdf2ebd57f10b31bef #55

Bump elgohr/Publish-Docker-Github-Action from 43dc228e327224b2eda11c8883232afd5b34943b to b77434333350079774b58dfdf2ebd57f10b31bef

Bump elgohr/Publish-Docker-Github-Action from 43dc228e327224b2eda11c8883232afd5b34943b to b77434333350079774b58dfdf2ebd57f10b31bef #55

Workflow file for this run

name: Size Labelling
on:
pull_request_target:
concurrency:
group: "size-labelling-${{ github.head_ref || github.run_id }}-${{ github.event_name }}"
cancel-in-progress: true
jobs:
size-label:
name: Add Size Label
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Generate App Token
id: app-token-generation
uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Run Labeller
uses: pascalgn/size-label-action@bbbaa0d5ccce8e2e76254560df5c64b82dac2e12
env:
GITHUB_TOKEN: ${{ steps.app-token-generation.outputs.token }}