Skip to content

Commit

Permalink
Revert "fix: add a secret for the token to clone the workflows repo (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Feb 8, 2024
1 parent 423346f commit a9e6fce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
cosign-private-key: ${{ secrets.COSIGN_PRIVATE_KEY }}
cosign-password: ${{ secrets.COSIGN_PASSWORD }}
registry-token: ${{ secrets.HARBOR_TOKEN }}
workflows-token: ${{ secrets.WORKFLOWS_TOKEN }}
slack-token: ${{ secrets.SLACK_TOKEN }}

workflows:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
cosign-private-key: ${{ secrets.COSIGN_PRIVATE_KEY }}
cosign-password: ${{ secrets.COSIGN_PASSWORD }}
registry-token: ${{ secrets.HARBOR_TOKEN }}
workflows-token: ${{ secrets.WORKFLOWS_TOKEN }}
slack-token: ${{ secrets.SLACK_TOKEN }}

container-whalesay2:
Expand All @@ -69,7 +68,6 @@ jobs:
cosign-private-key: ${{ secrets.COSIGN_PRIVATE_KEY }}
cosign-password: ${{ secrets.COSIGN_PASSWORD }}
registry-token: ${{ secrets.HARBOR_TOKEN }}
workflows-token: ${{ secrets.WORKFLOWS_TOKEN }}
slack-token: ${{ secrets.SLACK_TOKEN }}

workflows:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pr-and-release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ on:
description: "Authentication token for the chart registry."
required: true

workflows-token:
description: "Authentication token for the workflows repository."
required: true

cosign-private-key:
description: "Private key for cosigning charts."
required: false
Expand Down Expand Up @@ -133,7 +129,6 @@ jobs:
uses: actions/checkout@v3
with:
repository: SwanseaUniversityMedical/workflows
token: ${{ secrets.workflows-token }}
ref: ${{ steps.workflows-ref.outputs.sha }}
path: .tmp
sparse-checkout: |
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pr-and-release-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ on:
description: "Authentication token for the container registry."
required: true

workflows-token:
description: "Authentication token for the workflows repository."
required: true

cosign-private-key:
description: "Private key for cosigning images."
required: false
Expand Down Expand Up @@ -148,7 +144,6 @@ jobs:
uses: actions/checkout@v3
with:
repository: SwanseaUniversityMedical/workflows
token: ${{ secrets.workflows-token }}
ref: ${{ steps.workflows-ref.outputs.sha }}
path: .tmp
sparse-checkout: |
Expand Down

0 comments on commit a9e6fce

Please sign in to comment.