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

Run GitHub workflow with read permission. #751

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading