Skip to content

Commit

Permalink
fix: project in vars
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey committed Oct 17, 2023
1 parent 052a4df commit 3324ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: diplodoc-platform/docs-build-action@v1
with:
revision: "pr-${{ github.event.pull_request.number }}"
project-name: ${{ secrets.DIPLODOC_PROJECT_NAME }}
project-name: ${{ vars.DIPLODOC_PROJECT_NAME }}
src-root: "./"
storage-bucket: ${{ secrets.DIPLODOC_STORAGE_BUCKET }}
storage-endpoint: ${{ vars.DIPLODOC_STORAGE_ENDPOINT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: diplodoc-platform/docs-release-action@v1
with:
revision: "${{ github.sha }}"
project-name: ${{ secrets.DIPLODOC_PROJECT_NAME }}
project-name: ${{ vars.DIPLODOC_PROJECT_NAME }}
src-root: "./"
storage-bucket: ${{ secrets.DIPLODOC_STORAGE_BUCKET }}
storage-endpoint: ${{ vars.DIPLODOC_STORAGE_ENDPOINT }}
Expand Down

0 comments on commit 3324ae3

Please sign in to comment.