Skip to content

Release / Publish

Release / Publish #2

# This file is @generated by <https://github.com/liblaf/copier-release>.
# DO NOT EDIT!
name: Release / Publish
on:
schedule:
- cron: "0 * * * *" # Runs every hour
workflow_dispatch:
jobs:
release-publish:
name: Publish Release
permissions:
contents: write
runs-on: ubuntu-latest
environment:
name: Release Please
deployment: false
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # v1
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- name: Publish drafts
uses: liblaf/actions/publish-drafts@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # v1
with:
older-than: 6h
token: ${{ steps.auth.outputs.token }}