Skip to content

Commit 2d4da20

Browse files
authored
Merge pull request #1288 from pulp/update-ci/3.3
Update CI files for branch 3.3
2 parents f584c62 + b2110ea commit 2d4da20

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/create-branch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222

23+
permissions:
24+
contents: write
25+
2326
steps:
2427
- uses: "actions/checkout@v4"
2528
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: |
3535
towncrier build --yes --version 4.0.0.ci
3636
docs:
37+
if: "endsWith(github.base_ref, 'main')"
3738
uses: 'pulp/pulp-docs/.github/workflows/docs-ci.yml@rewrite-as-mkdocs-plugin'
3839
with:
3940
pulpdocs_ref: 'rewrite-as-mkdocs-plugin'

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ jobs:
146146
- "publish-python-bindings"
147147
- "publish-ruby-bindings"
148148

149+
permissions:
150+
contents: write
151+
149152
steps:
150153
- name: "Create release on GitHub"
151154
uses: "actions/github-script@v7"

0 commit comments

Comments
 (0)