Skip to content

Commit

Permalink
address pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomach committed Nov 10, 2023
1 parent db5f45e commit 010e472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
secrets: inherit
permissions:
actions: write # Needed to manage GitHub Actions cache
contents: write # Needed to login to Discourse
pull-requests: write # Need to create PR

release-libraries:
name: Release libraries
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:
schedule:
- cron: '53 0 * * *' # Daily at 00:53 UTC
# Triggered on push to branch "main" by .github/workflows/release.yaml
push:
branches:
- main
Expand All @@ -13,6 +12,9 @@ jobs:
sync-docs:
name: Open PR with docs changes
runs-on: ubuntu-latest
permissions:
contents: write # Needed to login to Discourse
pull-requests: write # Need to create PR
steps:
- uses: actions/checkout@v3
- name: Open PR with docs changes
Expand Down

0 comments on commit 010e472

Please sign in to comment.