Skip to content

Commit

Permalink
Remove test secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
spamwax committed Nov 16, 2021
1 parent b4b6d04 commit 9b3fc79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macos-universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ env:
RELEASE_COMMIT: ${{ github.ref_type == 'tag' }}
OSX_SDK_VERSION: 11.1
PINBOARD_TOKEN: ${{ secrets.PINBOARD_TOKEN }}
KOSSHER: ${{ secrets.KOSSHER }}

jobs:
build_universal:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ src="$GITHUB_WORKSPACE"
stage=$(mktemp -d -t tmp)

echo "$GITHUB_WORKSPACE == $GITHUB_REF_NAME"
echo "$KOSSHER"
if [[ "$RELEASE_COMMIT" = "true" ]]; then
ls -lh ./target/aarch64-apple-darwin/release/alfred-pinboard-rs
ls -lh ./target/x86_64-apple-darwin/release/alfred-pinboard-rs
Expand Down

0 comments on commit 9b3fc79

Please sign in to comment.