Skip to content

Bump tibdex/github-app-token from 1.8.0 to 2.0.0 (#30) #33

Bump tibdex/github-app-token from 1.8.0 to 2.0.0 (#30)

Bump tibdex/github-app-token from 1.8.0 to 2.0.0 (#30) #33

name: Publish Sub-Split
on:
push:
branches:
- main
create:
tags:
- '*'
delete:
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
with:
fetch-depth: 0
persist-credentials: false
- name: Generate RetrofitBot token
id: generate_token
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.RETROFIT_BOT_APP_ID }}
private_key: ${{ secrets.RETROFIT_BOT_PRIVATE_KEY }}
- name: Set RetrofitBot token
uses: frankdejonge/[email protected]
with:
authentication: 'RetrofitBot:${{ steps.generate_token.outputs.token }}'
name: github-actions[bot]
email: github-actions[bot]@users.noreply.github.com
- name: Cache splitsh-lite
id: splitsh-cache
uses: actions/[email protected]
with:
path: ./.splitsh
key: ${{ runner.os }}-splitsh-d-101
- name: Publish using splitish
uses: frankdejonge/[email protected]
with:
source-branch: main
config-path: ./config.subsplit-publish.json
splitsh-path: ./.splitsh/splitsh-lite
splitsh-version: v1.0.1