Skip to content

Commit

Permalink
chore: templates generated by RadxaOS-SDK/rsdk@c8dce44.dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 10, 2024
1 parent fb80bb9 commit dfb43b3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Catch-all code owner
* @RadxaYuntian

# Disown CI yaml so automerge can work
# https://github.com/orgs/community/discussions/23064#discussioncomment-8383923
.github/actions/**/*.yaml
.github/workflows/*.yaml
12 changes: 11 additions & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,20 @@ jobs:
pages: "write"
runs-on: "ubuntu-latest"
steps:
- env:
SECRETS: "${{ toJSON(secrets) }}"
name: "Secret tests"
uses: "actions/github-script@v7"
with:
script: |
const secrets = JSON.parse(process.env.SECRETS);
if (secrets.GPG_KEY === undefined || secrets.RADXA_APT_KEY_2024 === undefined) {
core.setFailed('Required secrets are unset!');
}
- name: "Checkout rsdk"
uses: "actions/checkout@v4"
with:
ref: "912ae8a7a798acbd09cc2f65db7ff683deb191e3"
ref: "c8dce447111d4287590ecbfe18f3fdfe88455702"
repository: "RadxaOS-SDK/rsdk"
- name: "Checkout current repo"
uses: "actions/checkout@v4"
Expand Down

0 comments on commit dfb43b3

Please sign in to comment.