Skip to content

Commit 2ae0740

Browse files
tvdeyenclaude
andcommitted
Pass RubyGems API key to release workflow
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 3ff8608 commit 2ae0740

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.claude/settings.local.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(bin/rspec:*)",
5+
"Bash(bun run test:*)",
6+
"Bash(ls:*)"
7+
],
8+
"deny": [],
9+
"ask": []
10+
}
11+
}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
secrets:
1818
app_id: ${{ vars.ALCHEMY_BOT_APP_ID }}
1919
app_private_key: ${{ secrets.ALCHEMY_BOT_APP_PRIVATE_KEY }}
20+
rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}

0 commit comments

Comments
 (0)