Skip to content

release(aws-signing-helper): update aws/rolesanywhere-credential-helper ( v1.7.0 → v1.7.3 ) #11

release(aws-signing-helper): update aws/rolesanywhere-credential-helper ( v1.7.0 → v1.7.3 )

release(aws-signing-helper): update aws/rolesanywhere-credential-helper ( v1.7.0 → v1.7.3 ) #11

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Labeler
on:
# zizmor: ignore[dangerous-triggers]
pull_request_target:
permissions:
contents: read
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
with:
persist-credentials: false
- name: Generate Token
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
- name: Install Task
uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0
with:
repo-token: ${{ steps.app-token.outputs.token }}
version: 3.x
- name: Generate Label Config
run: task generate-label-config --force
- name: Labeler
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: ${{ steps.app-token.outputs.token }}
configuration-path: .github/labeler.yaml