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 f2f0196 commit f99c262Copy full SHA for f99c262
.github/workflows/s3-backup.yml
@@ -4,6 +4,9 @@ on:
4
schedule:
5
- cron: "0 6 * * *"
6
7
+permissions:
8
+ contents: read
9
+
10
jobs:
11
s3-backup:
12
runs-on: ubuntu-latest
@@ -13,6 +16,7 @@ jobs:
13
16
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
17
with:
15
18
fetch-depth: 0 # retrieve all history
19
+ persist-credentials: false
20
21
- name: Configure AWS credentials
22
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
0 commit comments