Skip to content

Bump the github-actions group across 1 directory with 6 updates #271

Bump the github-actions group across 1 directory with 6 updates

Bump the github-actions group across 1 directory with 6 updates #271

Workflow file for this run

name: acceptance
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
acceptance:
name: acceptance
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # [email protected]
with:
bundler-cache: false
- name: bootstrap
run: script/bootstrap
- name: acceptance
env:
ISSUE_DB_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENV: acceptance
run: script/acceptance