We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b365d80 commit 14c502bCopy full SHA for 14c502b
.github/workflows/build-report.yml
@@ -1,3 +1,4 @@
1
+
2
# Copyright © 2024 Cask Data, Inc.
3
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
4
# use this file except in compliance with the License. You may obtain a copy of
@@ -21,6 +22,13 @@ on:
21
22
types:
23
- completed
24
25
+permissions:
26
+ contents: write # Allows writing to the repository (default is read-only)
27
+ packages: read # Allows reading GitHub Packages
28
+ actions: read # Allows reading workflow run information
29
+ statuses: write # Required if the action updates commit statuses
30
+ checks: write # Required if it updates GitHub Checks API
31
32
jobs:
33
build:
34
runs-on: ubuntu-latest
0 commit comments