Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
loki077 committed Nov 23, 2023
1 parent 2d32c84 commit 8d44b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Print Token
env:
MY_ENV_VAR: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
MY_ENV_VAR: ${{ secrets.DROPBOX_SECRET }}
run: echo "$MY_ENV_VAR"
# - name: build Carbonix Flight Controller
# shell: bash
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
- name: Upload artifacts to Dropbox
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
repo_token: ${{ secrets.DROPBOX_SECRET }}
file: build/
tag: latest
overwrite: true
Expand Down

0 comments on commit 8d44b36

Please sign in to comment.