Skip to content

chore(deps-dev): bump semantic-release from 23.0.0 to 23.0.5 #276

chore(deps-dev): bump semantic-release from 23.0.0 to 23.0.5

chore(deps-dev): bump semantic-release from 23.0.0 to 23.0.5 #276

Workflow file for this run

name: 'Test action'
on:
push:
jobs:
test:
if: github.repository == 'philips-software/app=token-action'
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3
with:
fetch-depth: 0
- uses: ./
id: app
with:
app_id: ${{ secrets.FOREST_RELEASER_APP_ID }}
app_base64_private_key: ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY_BASE64 }}
auth_type: installation
org: philips-software