Skip to content

Commit

Permalink
Merge pull request #4508 from github/jm_fix_collections_action_permis…
Browse files Browse the repository at this point in the history
…sions

fix: update collections-renames.yml to use the correct action permissions
  • Loading branch information
jmeridth authored Nov 4, 2024
2 parents 638ebe4 + e1cb063 commit b8f7b45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/collections-renames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
update:
permissions:
pull-requests: write
contents: write
runs-on: ubuntu-latest
if: github.repository_owner == 'github'
steps:
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ source "https://rubygems.org"

gem "github-pages", "~> 232", group: :jekyll_plugins

gem "faraday-retry", "~> 2.2.1"

group :test do
gem "fastimage"
gem "httparty"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ GEM
logger
faraday-net_http (3.3.0)
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
fastimage (2.3.1)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
Expand Down Expand Up @@ -338,6 +340,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
faraday-retry (~> 2.2.1)
fastimage
github-pages (~> 232)
httparty
Expand Down

0 comments on commit b8f7b45

Please sign in to comment.