Skip to content

feat(deps): bump dotenv from 16.3.2 to 16.4.1 #38

feat(deps): bump dotenv from 16.3.2 to 16.4.1

feat(deps): bump dotenv from 16.3.2 to 16.4.1 #38

Workflow file for this run

name: CI
on:
push:
branches: [main]
workflow_dispatch:
permissions: read-all
jobs:
test_actions:
name: Test actions
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: Checkout for testing preparation
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Use Node.js current version
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
with:
node-version: current
- name: Install package dependencies
run: npm ci
- name: Build the actions
run: npm run build
- name: Test actions for simple action
uses: ./
with:
serviceId: ${{ secrets.RENDER_SERVICE_ID }}
apiKey: ${{ secrets.RENDER_API_KEY }}
multipleDeployment: false #optional, default true