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