Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobianco committed Sep 5, 2022
1 parent 0fc84b6 commit 2d2446d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/refresh-access-token.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: Refresh Access Token
name: refresh-access-token

on:
push:
branches: [main]
schedule:
- cron: '*/30 * * * *'
workflow_dispatch:
Expand All @@ -18,9 +17,7 @@ permissions: write-all

jobs:
build:
name: Google Access Token
runs-on: ubuntu-latest

steps:
#- run: echo ${{ secrets.GOOGLE_ACCESS_TOKEN }} | sed 's/./& /g'
- run: curl -sL https://raw.githubusercontent.com/javanile/php-imap2/${GITHUB_REF##*/}/contrib/refresh-access-token.sh | bash -

0 comments on commit 2d2446d

Please sign in to comment.