Skip to content

Commit

Permalink
Merge branch 'master' into yk/add-default-headers-centrally
Browse files Browse the repository at this point in the history
  • Loading branch information
qtomlinson authored Nov 3, 2024
2 parents f9d571c + a1d12ac commit 178b4a3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
build-and-deploy:
name: Build and Deploy
needs: upload-package-lock-json
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.1.1
secrets:
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.2.0
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

build-and-deploy-prod:
needs: upload-package-lock-json
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.1.1
secrets:
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.2.0
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_PROD }}
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clearlydefined-crawler",
"version": "2.0.0",
"version": "2.0.1",
"description": "A crawler that walks projects and packages looking for data of interest to the ClearlyDefined project.",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit 178b4a3

Please sign in to comment.