summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/danger.yml4
-rw-r--r--.github/workflows/test.yml1
2 files changed, 3 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
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2cdc2d7..ac4dccd 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -25,6 +25,7 @@ jobs:
fail-fast: false
matrix:
ruby:
+ - '3.2'
- '3.1'
- '3.0'
- '2.7'