Skip to content

Permissions for OIDC #36

Permissions for OIDC

Permissions for OIDC #36

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
runs-on: ${{ matrix.os }}
env:
CI: external
continue-on-error: true
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [3.1]
steps:
- run: ssh -V
- run: |
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -P ""
- run: |
cat ~/.ssh/id_ed25519.pub >> ~/.ssh/authorized_keys
- run: |
ssh-keyscan localhost >> ~/.ssh/known_hosts
- run: |
ssh -v localhost w
#- uses: actions/checkout@v4
#- uses: ruby/setup-ruby@v1
# with:
# ruby-version: '${{ matrix.ruby }}'
#- run: ruby ci.rb