Sha256: 0ebab05015c48f0dd7ff0a81b123fecd5628ddf7e9f7daebb766dc4c6f0ff1c1
Contents?: true
Size: 648 Bytes
Versions: 1
Compression:
Stored size: 648 Bytes
Contents
name: danger on: pull_request jobs: danger: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 100 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 bundler-cache: true rubygems: latest - name: Run Danger run: | # the token is public, has public_repo scope and belongs to the grape-bot user owned by @dblock, this is ok TOKEN=$(echo -n Z2hwX2lYb0dPNXNyejYzOFJyaTV3QUxUdkNiS1dtblFwZTFuRXpmMwo= | base64 --decode) DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grape-swagger-entity-0.5.2 | .github/workflows/danger.yml |