Skip to content

Commit f4ce4ef

Browse files
committed
Revert "Fix another workflow step"
This reverts commit f8e9ee7.
1 parent 91805e0 commit f4ce4ef

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/static-files.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
static:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: write
16-
id-token: write # Required for OIDC
15+
contents: read
1716
steps:
1817
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
1918
id: app-token
@@ -41,8 +40,6 @@ jobs:
4140
bundle exec rake utilities:build
4241
bundle exec rake docs:build
4342
bundle exec rake static:dump
44-
- name: Set up git push credentials
45-
run: git remote set-url origin https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/${{ github.repository }}.git
4643
- uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
4744
with:
4845
commit_message: Generating static files

0 commit comments

Comments
 (0)