We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bff4b2 + 5fe4d09 commit 3adc458Copy full SHA for 3adc458
.github/workflows/ci.yml
@@ -5,6 +5,9 @@ env:
5
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
6
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
7
8
+permissions:
9
+ contents: read # to fetch code (actions/checkout)
10
+
11
jobs:
12
test:
13
runs-on: ubuntu-latest
0 commit comments