diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c77b3a..14a9505 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -29,4 +32,4 @@ jobs: # if not, only print a message saying not commit else echo "No changes to commit" - fi \ No newline at end of file + fi