Skip to content

Merge pull request #251 from philips-software/dependabot/github_actio… #208

Merge pull request #251 from philips-software/dependabot/github_actio…

Merge pull request #251 from philips-software/dependabot/github_actio… #208

Workflow file for this run

name: 'Test action'
on:
push:
jobs:
test:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # 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