Skip to content

Commit

Permalink
Remove unused npm_registry_auth_token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Oct 2, 2024
1 parent e363048 commit 7c15fb6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:
with:
image_name: 'file-server'
package_dependencies: |
@flowfuse/file-server
@flowfuse/file-server=nightly
build_context: 'file-server'
build_platform: "linux/amd64"
npm_registry_url: ${{ vars.PUBLIC_NPM_REGISTRY_URL }}
scan_image: false
secrets:
npm_registry_auth_token: ${{ secrets.NPM_PUBLISH_TOKEN }}
temporary_registry_token: ${{ secrets.GITHUB_TOKEN }}

upload-stage-image:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/flowforge-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,13 @@ jobs:
with:
image_name: 'forge-k8s'
package_dependencies: |
@flowfuse/flowfuse
@flowfuse/driver-kubernetes
@flowfuse/flowfuse=nightly
@flowfuse/driver-kubernetes=nightly
build_context: 'flowforge-container'
build_platform: "linux/amd64"
npm_registry_url: ${{ vars.PUBLIC_NPM_REGISTRY_URL }}
scan_image: false
secrets:
npm_registry_auth_token: ${{ secrets.NPM_PUBLISH_TOKEN }}
temporary_registry_token: ${{ secrets.GITHUB_TOKEN }}

upload-stage-image:
Expand Down
20 changes: 12 additions & 8 deletions .github/workflows/nodered-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ jobs:
dockerfile_path: Dockerfile
image_tag_prefix: '3.0.2-'
package_dependencies: |
@flowforge/nr-project-nodes
@flowforge/nr-project-nodes=nightly
build_context: 'node-red-container'
build_platform: "linux/arm64"
build-args: |
BUILD_TAG=nightly
npm_registry_url: ${{ vars.PUBLIC_NPM_REGISTRY_URL }}
scan_image: false
secrets:
npm_registry_auth_token: ${{ secrets.NPM_PUBLISH_TOKEN }}
temporary_registry_token: ${{ secrets.GITHUB_TOKEN }}

upload-302-stage:
Expand Down Expand Up @@ -89,13 +90,14 @@ jobs:
dockerfile_path: Dockerfile-2.2.x
image_tag_prefix: '2.2.3-'
package_dependencies: |
@flowforge/nr-project-nodes
@flowforge/nr-project-nodes=nightly
build_context: 'node-red-container'
build_platform: "linux/arm64"
build-args: |
BUILD_TAG=nightly
npm_registry_url: ${{ vars.PUBLIC_NPM_REGISTRY_URL }}
scan_image: false
secrets:
npm_registry_auth_token: ${{ secrets.NPM_PUBLISH_TOKEN }}
temporary_registry_token: ${{ secrets.GITHUB_TOKEN }}
upload-223-stage:
name: Upload image to staging ECR
Expand Down Expand Up @@ -142,13 +144,14 @@ jobs:
dockerfile_path: Dockerfile-3.1
image_tag_prefix: '3.1.x-'
package_dependencies: |
@flowforge/nr-project-nodes
@flowforge/nr-project-nodes=nightly
build_context: 'node-red-container'
build_platform: "linux/arm64"
build-args: |
BUILD_TAG=nightly
npm_registry_url: ${{ vars.PUBLIC_NPM_REGISTRY_URL }}
scan_image: false
secrets:
npm_registry_auth_token: ${{ secrets.NPM_PUBLISH_TOKEN }}
temporary_registry_token: ${{ secrets.GITHUB_TOKEN }}
upload-310-stage:
name: Upload image to staging ECR
Expand Down Expand Up @@ -195,13 +198,14 @@ jobs:
dockerfile_path: Dockerfile-4.0
image_tag_prefix: '4.0.x-'
package_dependencies: |
@flowforge/nr-project-nodes
@flowforge/nr-project-nodes=nightly
build_context: 'node-red-container'
build_platform: "linux/arm64"
build-args: |
BUILD_TAG=nightly
npm_registry_url: ${{ vars.PUBLIC_NPM_REGISTRY_URL }}
scan_image: false
secrets:
npm_registry_auth_token: ${{ secrets.NPM_PUBLISH_TOKEN }}
temporary_registry_token: ${{ secrets.GITHUB_TOKEN }}
upload-40-stage:
name: Upload image to staging ECR
Expand Down

0 comments on commit 7c15fb6

Please sign in to comment.