We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sudo
1 parent 4a0a321 commit 0a76e86Copy full SHA for 0a76e86
1 file changed
.github/workflows/checks.yaml
@@ -54,6 +54,10 @@ jobs:
54
env:
55
RAPIDS_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
steps:
57
+ - name: bootstrap `sudo`
58
+ run: |
59
+ apt update
60
+ apt install sudo
61
- name: audit action permissions
62
uses: GitHubSecurityLab/actions-permissions/monitor@bf82d13b9b10051d224345ab9184f5ede0a94289 # v1.0
63
with:
0 commit comments