We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0542232 commit ebcccc7Copy full SHA for ebcccc7
.github/workflows/release.yml
@@ -16,3 +16,4 @@ jobs:
16
secrets:
17
app_id: ${{ vars.ALCHEMY_BOT_APP_ID }}
18
app_private_key: ${{ secrets.ALCHEMY_BOT_APP_PRIVATE_KEY }}
19
+ rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}
bin/rails
@@ -4,6 +4,7 @@
4
5
ENGINE_ROOT = File.expand_path("..", __dir__)
6
ENGINE_PATH = File.expand_path("../lib/alchemy/sentry/engine", __dir__)
7
+APP_PATH = File.expand_path("../spec/dummy/application", __dir__)
8
9
# Set up gems listed in the Gemfile.
10
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
0 commit comments