Sha256: c5c5a2477400c08bd8f9ee32f5f7c7dd4ecc58c9a3981802a88ff76c2cf933bb
Contents?: true
Size: 624 Bytes
Versions: 1
Compression:
Stored size: 624 Bytes
Contents
--- name: danger on: pull_request: types: [opened, reopened, edited, synchronize] jobs: danger: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 bundler-cache: true - name: Run Danger run: | # the personal token is public, this is ok, base64 encode to avoid tripping Github TOKEN=$(echo -n Z2hwX0xNQ3VmanBFeTBvYkZVTWh6NVNqVFFBOEUxU25abzBqRUVuaAo= | base64 --decode) DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyperclient-2.0.0 | .github/workflows/danger.yml |