Skip to content

Commit

Permalink
Test changing workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Aug 1, 2023
1 parent 9de9eb2 commit c1eaa73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
contents: write # This is required for actions/checkout

jobs:
integration-tests:
Expand Down Expand Up @@ -70,11 +70,11 @@ jobs:
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1

# # Commit validation results produced by integration tests back into repo
# - uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: Automatically update integration test validation results
# file_pattern: 'tests/stats_tests.png data/validation/processed/stats_tests.csv tests/README.md'
# Commit validation results produced by integration tests back into repo
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Automatically update integration test validation results
file_pattern: 'tests/stats_tests.png data/validation/processed/stats_tests.csv tests/README.md'

# Add output GeoPackage data to Actions artifact so it can be downloaded
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c1eaa73

Please sign in to comment.