Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
fix(ci): fix required permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
l3d00m committed Jan 22, 2024
1 parent a3254b3 commit 901410d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: deploy

on:
workflow_dispatch:


jobs:
ansible:
runs-on: ubuntu-latest
environment: production
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
permissions: write-all
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Use Node.js 20
Expand Down

0 comments on commit 901410d

Please sign in to comment.