Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
proper permissions and no file deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Oct 12, 2023
1 parent 99e92e1 commit 65107a4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: test-new-ci
permissions:
id-token: write
contents: read
packages: write

defaults:
run:
Expand All @@ -17,13 +18,6 @@ jobs:
build-test-and-publish-2:
runs-on: ubuntu-latest
steps:
- name: Free GH runner build space
run: |
df -h
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/hostedtoolcache/CodeQL
df -h
- name: Checkout Repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 65107a4

Please sign in to comment.