Skip to content

Commit

Permalink
Enlève les commentaires sur les permissions dans le workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-CodeWorks committed Jan 18, 2024
1 parent b64eafa commit e99ff81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ jobs:
needs: [ check-for-functional-changes ]
if: needs.check-for-functional-changes.outputs.status == 'success'
permissions:
#id-token is mandatory for trusted publishing
id-token: write
#contents is mandatory for git tag publishing
contents: write
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e99ff81

Please sign in to comment.