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

Commit

Permalink
Run GitHub workflow with read permission. (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunz authored Jul 9, 2024
1 parent 89108d6 commit c16e630
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Continuous Integration
permissions: read-all

on:
push:
Expand Down Expand Up @@ -36,4 +37,4 @@ jobs:
docker rm $(docker ps -q --filter ancestor=native-sdk-ubuntu)
fi
rm container_id.out
rm git_sha.out
rm git_sha.out

0 comments on commit c16e630

Please sign in to comment.