Skip to content

Commit 8d94312

Browse files
committed
Add credentials to pages action
1 parent 2833461 commit 8d94312

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
runs-on: ubuntu-latest
2424
container:
2525
image: ghcr.io/genentech/signature:latest
26+
credentials:
27+
username: ${{ github.actor }}
28+
password: ${{ secrets.GITHUB_TOKEN }}
2629
steps:
2730
- uses: actions/checkout@v3
2831
- name: Install dependencies

0 commit comments

Comments
 (0)