Skip to content

Commit b8f7b45

Browse files
authored
Merge pull request #4508 from github/jm_fix_collections_action_permissions
fix: update collections-renames.yml to use the correct action permissions
2 parents 638ebe4 + e1cb063 commit b8f7b45

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/collections-renames.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
update:
1313
permissions:
1414
pull-requests: write
15+
contents: write
1516
runs-on: ubuntu-latest
1617
if: github.repository_owner == 'github'
1718
steps:

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ source "https://rubygems.org"
22

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

5+
gem "faraday-retry", "~> 2.2.1"
6+
57
group :test do
68
gem "fastimage"
79
gem "httparty"

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ GEM
4343
logger
4444
faraday-net_http (3.3.0)
4545
net-http
46+
faraday-retry (2.2.1)
47+
faraday (~> 2.0)
4648
fastimage (2.3.1)
4749
ffi (1.17.0-aarch64-linux-gnu)
4850
ffi (1.17.0-aarch64-linux-musl)
@@ -338,6 +340,7 @@ PLATFORMS
338340
x86_64-linux-musl
339341

340342
DEPENDENCIES
343+
faraday-retry (~> 2.2.1)
341344
fastimage
342345
github-pages (~> 232)
343346
httparty

0 commit comments

Comments
 (0)