Skip to content

Commit

Permalink
Merge pull request #84 from ralfhandl/respec-workflow-target-repo
Browse files Browse the repository at this point in the history
1.0.0: set release date
  • Loading branch information
ralfhandl authored Oct 18, 2024
2 parents 6b2c853 + eddc21a commit 73c14c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/respec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4 # checkout gh-pages branch
with:
token: ${{ secrets.OAS_REPO_TOKEN }}
repository: ralfhandl/OpenAPI-Specification # TODO: change to OAI/...
repository: OAI/OpenAPI-Specification # TODO: change to OAI/...
ref: gh-pages
path: deploy

Expand All @@ -45,13 +45,15 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
# A personal access token is required to push changes to the repository.
# This token needs to be refreshed regularly and stored in the repository secrets.
token: ${{ secrets.OAS_REPO_TOKEN }}
branch: update-overlay-respec-version
base: gh-pages
delete-branch: true
path: deploy
labels: Housekeeping
# team-reviewers: OAI/tsc
team-reviewers: OAI/tsc
title: Update ReSpec-rendered specification versions for Overlay
commit-message: Update ReSpec-rendered specification versions
signoff: true
Expand Down
2 changes: 1 addition & 1 deletion versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ The extensions may or may not be supported by the available tooling, but those m

| Version | Date | Notes |
| ---- | ---- | ---- |
| 1.0.0 | TBD | First release of the Overlay Specification |
| 1.0.0 | 2024-10-17 | First release of the Overlay Specification |

0 comments on commit 73c14c6

Please sign in to comment.