Skip to content

Commit

Permalink
trying repo-level secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jun 7, 2024
1 parent 185be0c commit cf070b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
# https://github.com/actions/virtual-environments/issues/2606#issuecomment-772683150
# and https://github.com/easimon/maximize-build-space/blob/b4d02c14493a9653fe7af06cc89ca5298071c66e/action.yml#L104
# This gives us a total of about 52G of free space, which should be enough for now
- name: testing org secrets
run: |
echo "${{ secrets.TEST }}"
echo "${{ env.TEST2 }}"
echo "${{ vars.TEST2 }}"
- name: cleanup disk space
run: |
sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc
Expand Down

0 comments on commit cf070b1

Please sign in to comment.