Skip to content

fix(ansible): update community.sops to 1.6.4 #232

fix(ansible): update community.sops to 1.6.4

fix(ansible): update community.sops to 1.6.4 #232

Workflow file for this run

---
name: Pull Request Labeler
on:
workflow_dispatch:
pull_request:
branches: ["main"]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Generate Token
id: generate-token
uses: tibdex/github-app-token@v1.8.0
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@v4.1.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"