Skip to content

Commit

Permalink
Fix push
Browse files Browse the repository at this point in the history
Add permissions to push
  • Loading branch information
antoinemerle authored Jun 4, 2024
1 parent 8638c6d commit d8767e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ name: CI

on: [ push , pull_request ]

permissions:
contents: write

jobs:
make_xml:
runs-on: ubuntu-latest

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: create xml files and push
Expand All @@ -29,4 +32,4 @@ jobs:
# if not, only print a message saying not commit
else
echo "No changes to commit"
fi
fi

0 comments on commit d8767e9

Please sign in to comment.