We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f21bf0 commit a589c8fCopy full SHA for a589c8f
.github/workflows/danger.yml
@@ -4,20 +4,19 @@ on: [pull_request]
4
jobs:
5
danger:
6
runs-on: ubuntu-latest
7
+ env:
8
+ BUNDLE_GEMFILE: Gemfile.danger
9
steps:
10
- uses: actions/checkout@v2
11
with:
12
fetch-depth: 0
13
- name: Set up Ruby
14
uses: ruby/setup-ruby@v1
15
- ruby-version: 2.6
16
+ ruby-version: 2.7
17
bundler-cache: true
18
- name: Run Danger
- env:
- BUNDLE_GEMFILE: Gemfile.danger
19
run: |
20
- bundle install
21
# the personal token is public, this is ok, base64 encode to avoid tripping Github
22
TOKEN=$(echo -n Z2hwX0xNQ3VmanBFeTBvYkZVTWh6NVNqVFFBOEUxU25abzBqRUVuaAo= | base64 --decode)
23
DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose
0 commit comments