Skip to content

Commit

Permalink
Revert "Test secret pass"
Browse files Browse the repository at this point in the history
This reverts commit 94c0dd8.
  • Loading branch information
lyarenei committed Sep 1, 2024
1 parent 94c0dd8 commit 2a8e671
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-upload-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
repo: "jellyfin-dev"
secrets:
foobar: "foobar"
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/upload-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,11 @@ on:
required: true
key:
required: true
foobar:
required: false

jobs:
upload-repo:
runs-on: ubuntu-latest
steps:
- name: test_foobar
run: echo ${{ secrets.foobar }}

- name: Download Artifact
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
Expand Down

0 comments on commit 2a8e671

Please sign in to comment.