Skip to content

Bump faraday from 2.7.12 to 2.8.0 #269

Bump faraday from 2.7.12 to 2.8.0

Bump faraday from 2.7.12 to 2.8.0 #269

Workflow file for this run

name: Deploy Status
on:
pull_request_target:
branches:
- master
types: [opened, labeled, synchronize]
issues:
types: [labeled, closed]
permissions:
checks: read
issues: read
pull-requests: read
statuses: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Deploy Status Action
uses: ./
env:
ISSUE_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
AIRBRAKE_KEY: ${{secrets.GH_AIRBRAKE_KEY}}