Update pages.yml

This commit is contained in:
Mani Arasteh 2024-06-01 21:05:01 +03:30 committed by GitHub
parent 62a65343bf
commit 94408927db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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