forked from isaac-sim/IsaacLab
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (33 loc) · 1.08 KB
/
Copy pathprobe-app-perms.yml
File metadata and controls
34 lines (33 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright (c) 2022-2026, The Isaac Lab Project Developers (https://github.com/isaac-sim/IsaacLab/blob/main/CONTRIBUTORS.md).
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
name: Probe App Perms
on: workflow_dispatch
permissions:
contents: read
jobs:
contents:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v3
with:
client-id: ${{ secrets.CHANGELOG_APP_CLIENT_ID }}
private-key: ${{ secrets.CHANGELOG_APP_PRIVATE_KEY }}
permission-contents: write
pull-requests:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v3
with:
client-id: ${{ secrets.CHANGELOG_APP_CLIENT_ID }}
private-key: ${{ secrets.CHANGELOG_APP_PRIVATE_KEY }}
permission-pull-requests: write
workflows:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v3
with:
client-id: ${{ secrets.CHANGELOG_APP_CLIENT_ID }}
private-key: ${{ secrets.CHANGELOG_APP_PRIVATE_KEY }}
permission-workflows: write