Skip to content

Commit

Permalink
fix: correção erro de permissão deploy GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueAJNB committed Jun 25, 2024
1 parent 1ae4703 commit 688b40f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Setup GitHub Actions
uses: actions/checkout@v3
Expand Down

0 comments on commit 688b40f

Please sign in to comment.