Skip to content

Commit 2c63957

Browse files
authored
Merge pull request #274 from github/remove-token
Update backuprestore.yml
2 parents 2a15df1 + 29b0b62 commit 2c63957

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/backuprestore.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: string
1010
ref:
1111
description: 'Ref'
12-
required: true
12+
required: false
1313
type: string
1414
default: 'master'
1515
workflow_call:
@@ -20,7 +20,7 @@ on:
2020
type: string
2121
ref:
2222
description: 'Ref'
23-
required: true
23+
required: false
2424
type: string
2525
default: 'master'
2626

@@ -32,7 +32,6 @@ jobs:
3232
with:
3333
repository: github/backup-utils-private
3434
ref: ${{ inputs.ref }}
35-
token: ${{ secrets.BACKUPUTILACCESS }}
3635
- run: docker build . --file Dockerfile --tag backup-utils
3736
- run: docker save backup-utils -o backup-utils.tar
3837
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)