Update pages.yml
This commit is contained in:
parent
62a65343bf
commit
94408927db
1 changed files with 6 additions and 6 deletions
12
.github/workflows/pages.yml
vendored
12
.github/workflows/pages.yml
vendored
|
@ -26,15 +26,15 @@ jobs:
|
|||
with:
|
||||
name: go-app
|
||||
path: |
|
||||
.
|
||||
permissions:
|
||||
id-token: write
|
||||
pages: write
|
||||
|
||||
.
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
pages: write
|
||||
|
||||
steps:
|
||||
- name: Downloading Artifact
|
||||
uses: actions/download-artifact@v2
|
||||
|
|
Loading…
Reference in a new issue