File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1- name : respec
1+ name : respec-w-app
22
33# author: @MikeRalphson
44# issue: https://github.com/OAI/OpenAPI-Specification/issues/1564
2222 runs-on : ubuntu-latest
2323
2424 steps :
25+ - name : Generate a token
26+ id : generate-token
27+ uses : actions/create-github-app-token@v1
28+ with :
29+ app-id : ${{ vars.APP_ID }}
30+ private-key : ${{ secrets.APP_PK }}
31+
2532 - uses : actions/checkout@v4 # checkout main branch
2633 with :
2734 fetch-depth : 0
3542
3643 - uses : actions/checkout@v4 # checkout gh-pages branch
3744 with :
38- token : ${{ secrets.OAS_REPO_TOKEN }}
39- repository : OAI /OpenAPI-Specification # TODO: change to OAI/...
45+ token : ${{ steps.generate-token.outputs.token }}
46+ repository : ralfhandl /OpenAPI-Specification
4047 ref : gh-pages
4148 path : deploy
4249
5461 delete-branch : true
5562 path : deploy
5663 labels : Housekeeping
57- team- reviewers : OAI/tsc
64+ reviewers : ralfhandl
5865 title : Update ReSpec-rendered specification versions for Overlay
5966 commit-message : Update ReSpec-rendered specification versions
6067 signoff : true
You can’t perform that action at this time.
0 commit comments