summaryrefslogtreecommitdiff
path: root/.github/workflows/danger.yml
diff options
context:
space:
mode:
authorPeter Goldstein <peter.m.goldstein@gmail.com>2023-01-13 13:53:14 -0500
committerGitHub <noreply@github.com>2023-01-13 13:53:14 -0500
commit2b3120ad4a6f54990dfec5b10f5769e3714ab1e8 (patch)
tree0a0bc6c282736648179aaa584e9d4a58271aac89 /.github/workflows/danger.yml
parent6fabbfd31af5952f363a8dc573bfa2059e41371d (diff)
downloadhashie-master.tar.gz
Add Ruby 3.2 to the CI matrix (#571)HEADmaster
* Adds Ruby 3.2 to the CI matrix * Use object_id rather than trust, as trust is no longer a method on Object in Ruby 3.2. Condition checked on Psych error based on version of Psych. * Update danger token * Add CHANGELOG entry * Add use of Gem::Version for version comparison
Diffstat (limited to '.github/workflows/danger.yml')
-rw-r--r--.github/workflows/danger.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml
index f969677..d60550c 100644
--- a/.github/workflows/danger.yml
+++ b/.github/workflows/danger.yml
@@ -17,5 +17,5 @@ jobs:
run: |
bundle install
# the personal token is public, this is ok, base64 encode to avoid tripping Github
- TOKEN=$(echo -n NWY1ZmM5MzEyMzNlYWY4OTZiOGU3MmI3MWQ3Mzk0MzgxMWE4OGVmYwo= | base64 --decode)
- DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose \ No newline at end of file
+ TOKEN=$(echo -n Z2hwX0xNQ3VmanBFeTBvYkZVTWh6NVNqVFFBOEUxU25abzBqRUVuaAo= | base64 --decode)
+ DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose