Skip to content

Update mk-ca-bundle.pl script #32

Update mk-ca-bundle.pl script

Update mk-ca-bundle.pl script #32

name: Update mk-ca-bundle.pl script
on:
schedule:
- cron: "14 15 * * *"
workflow_dispatch:
jobs:
update-mk-ca-bundle:
runs-on: ubuntu-latest
steps:
- name: Generate Auth Token
id: auth-token
uses: jamestrousdale/github-app-jwt-token@0.1.4
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- id: git-user
name: Set up git user
uses: haarg/setup-git-user@v1
with:
jwt: ${{ steps.auth-token.outputs.jwt }}
- uses: actions/checkout@v3
with:
token: ${{ steps.auth-token.outputs.access-token }}
- name: Update mk-ca-bundle.pl script
run: |
./maint/update-mk-ca-bundle
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ steps.auth-token.outputs.access-token }}
commit-message: Update mk-ca-bundle.pl script
author: ${{ steps.git-user.outputs.user-full }}
committer: ${{ steps.git-user.outputs.user-full }}
title: Update mk-ca-bundle.pl script
branch: update-mk-ca-bundle